Completed
Push — master ( a15851...522585 )
by Harry
02:42
created
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.
tests/integration/Modify/HeadTest.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/integration/Modify/TailTest.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/Finder/MetadataFinderTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use Graze\DataFile\Node\FileNode;
10 10
 use Graze\DataFile\Node\FileNodeCollection;
11 11
 use Graze\DataFile\Test\TestCase;
12
-use Hamcrest\Core\AllOf;
13 12
 use Mockery as m;
14 13
 
15 14
 class MetadataFinderTest extends TestCase
Please login to merge, or discard this patch.