Completed
Pull Request — master (#14)
by Harry
03:55
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/IO/FileWriterTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
     }
112 112
 
113 113
     /**
114
-     * @return Stream
114
+     * @return m\Mock
115 115
      */
116 116
     private function getStream()
117 117
     {
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
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
 class FileNodeTest extends TestCase
28 28
 {
29 29
     /**
30
-     * @return mixed Really a Filesystem|MockInterface but coding standards get confused
30
+     * @return m\MockInterface Really a Filesystem|MockInterface but coding standards get confused
31 31
      */
32 32
     private function getFilesystem()
33 33
     {
Please login to merge, or discard this patch.