Completed
Pull Request — master (#14)
by Harry
03: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/unit/Node/FileNodeTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
 class FileNodeTest extends TestCase
29 29
 {
30 30
     /**
31
-     * @return FileSystemInterface|m\MockInterface
31
+     * @return m\MockInterface
32 32
      */
33 33
     private function getFilesystem()
34 34
     {
Please login to merge, or discard this patch.