Fix typo on the DocBlock of the copy method

Signed-off-by: Asier Iturralde Sarasola <asier.iturralde@gmail.com>
pull/28614/head
Asier Iturralde Sarasola 4 years ago
parent 95662a1070
commit 3e95442ffd
  1. 2
      lib/public/Files/Node.php

@ -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