Completed
Branch master (606893)
by Harry
05:53
created
src/Node/FileNode.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
     }
21 21
 
22 22
     /**
23
-     * @return mixed
23
+     * @return string
24 24
      */
25 25
     public function getDirectory()
26 26
     {
Please login to merge, or discard this patch.
tests/integration/Modify/HeadTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
     }
84 84
 
85 85
     /**
86
-     * @param $path
86
+     * @param string $path
87 87
      *
88 88
      * @return LocalFile
89 89
      */
Please login to merge, or discard this patch.
tests/integration/Modify/TailTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
     }
84 84
 
85 85
     /**
86
-     * @param $path
86
+     * @param string $path
87 87
      *
88 88
      * @return LocalFile
89 89
      */
Please login to merge, or discard this patch.
tests/src/FileTestCase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
     /**
42 42
      * Delete the folder and all files/folders within it
43 43
      *
44
-     * @param $path
44
+     * @param string $path
45 45
      *
46 46
      * @return bool
47 47
      */
Please login to merge, or discard this patch.