@@ -2,7 +2,6 @@ |
||
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; |
@@ -41,7 +41,7 @@ |
||
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 | */ |
@@ -41,7 +41,7 @@ |
||
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 | */ |
@@ -9,7 +9,6 @@ |
||
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 |