Browse Source

Merge pull request #28614 from iametza/aldatsa-patch-1

Fix typo on the DocBlock of the copy method
tags/v23.0.0beta1
MichaIng 2 years ago
parent
commit
913c257aa7
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lib/public/Files/Node.php

+ 1
- 1
lib/public/Files/Node.php View File

@@ -63,7 +63,7 @@ interface Node extends FileInfo {
public function delete();

/**
* Cope the file or folder to a new location
* Copy the file or folder to a new location
*
* @param string $targetPath the absolute target path
* @return Node

Loading…
Cancel
Save