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.
src/Node/LocalFile.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Graze\DataFile\Modify\Compress\CompressionType;
6 6
 use League\Flysystem\Adapter\Local;
7
-use League\Flysystem\Filesystem;
8 7
 
9 8
 class LocalFile extends FileNode implements LocalFileNodeInterface
10 9
 {
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.
tests/unit/Format/FormatAwareTraitTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Graze\DataFile\Test\Unit\Format;
4 4
 
5
-use Graze\DataFile\Format\FormatAwareInterface;
6 5
 use Graze\DataFile\Test\Format\FakeFormatAware;
7 6
 use Graze\DataFile\Test\TestCase;
8 7
 use Mockery as m;
Please login to merge, or discard this patch.