@@ -20,7 +20,7 @@ |
||
| 20 | 20 | } |
| 21 | 21 | |
| 22 | 22 | /** |
| 23 | - * @return mixed |
|
| 23 | + * @return string |
|
| 24 | 24 | */ |
| 25 | 25 | public function getDirectory() |
| 26 | 26 | { |
@@ -4,7 +4,6 @@ |
||
| 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 | { |
@@ -83,7 +83,7 @@ |
||
| 83 | 83 | } |
| 84 | 84 | |
| 85 | 85 | /** |
| 86 | - * @param $path |
|
| 86 | + * @param string $path |
|
| 87 | 87 | * |
| 88 | 88 | * @return LocalFile |
| 89 | 89 | */ |
@@ -83,7 +83,7 @@ |
||
| 83 | 83 | } |
| 84 | 84 | |
| 85 | 85 | /** |
| 86 | - * @param $path |
|
| 86 | + * @param string $path |
|
| 87 | 87 | * |
| 88 | 88 | * @return LocalFile |
| 89 | 89 | */ |
@@ -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 | */ |
@@ -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; |