aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Node/NonExistingFile.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/Files/Node/NonExistingFile.php')
-rw-r--r--lib/private/Files/Node/NonExistingFile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Files/Node/NonExistingFile.php b/lib/private/Files/Node/NonExistingFile.php
index b21a2a6c65b..f42f2e33b72 100644
--- a/lib/private/Files/Node/NonExistingFile.php
+++ b/lib/private/Files/Node/NonExistingFile.php
@@ -37,7 +37,7 @@ class NonExistingFile extends File {
throw new NotFoundException();
}
- public function copy($newPath) {
+ public function copy($targetPath) {
throw new NotFoundException();
}