@@ -71,7 +71,7 @@ |
||
| 71 | 71 | } |
| 72 | 72 | |
| 73 | 73 | /** |
| 74 | - * @param object $table |
|
| 74 | + * @param Table $table |
|
| 75 | 75 | */ |
| 76 | 76 | protected function setTableLayout($table) |
| 77 | 77 | { |
@@ -21,7 +21,6 @@ |
||
| 21 | 21 | use Ramsey\Uuid\Console\Exception; |
| 22 | 22 | use Ramsey\Uuid\Uuid; |
| 23 | 23 | use Ramsey\Uuid\Generator\CombGenerator; |
| 24 | -use Ramsey\Uuid\Codec\GuidStringCodec; |
|
| 25 | 24 | use Ramsey\Uuid\FeatureSet; |
| 26 | 25 | use Ramsey\Uuid\UuidFactory; |
| 27 | 26 | |
@@ -13,7 +13,6 @@ |
||
| 13 | 13 | |
| 14 | 14 | namespace Ramsey\Uuid\Console\Util\Formatter; |
| 15 | 15 | |
| 16 | -use Ramsey\Uuid\Console\Util\UuidFormatter; |
|
| 17 | 16 | use Ramsey\Uuid\UuidInterface; |
| 18 | 17 | use Ramsey\Uuid\Console\Util\UuidContentFormatterInterface; |
| 19 | 18 | |