Completed
Pull Request — master (#14)
by Harry
03:24
created
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.
src/Node/FileNode.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
     }
56 56
 
57 57
     /**
58
-     * @return mixed
58
+     * @return string
59 59
      */
60 60
     public function getDirectory()
61 61
     {
@@ -105,7 +105,7 @@  discard block
 block discarded – undo
105 105
     }
106 106
 
107 107
     /**
108
-     * @return FilesystemWrapperInterface
108
+     * @return FilesystemWrapper
109 109
      */
110 110
     public function getFilesystem()
111 111
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
 use Graze\DataFile\Modify\Encoding\EncodingAwareTrait;
22 22
 use Graze\DataFile\Modify\Exception\CopyFailedException;
23 23
 use Graze\DataFile\Node\FileSystem\FilesystemWrapper;
24
-use Graze\DataFile\Node\FileSystem\FileSystemWrapperInterface;
25 24
 use League\Flysystem\File;
26 25
 use League\Flysystem\FilesystemInterface;
27 26
 
Please login to merge, or discard this patch.