@@ -71,7 +71,7 @@ |
||
| 71 | 71 | } |
| 72 | 72 | |
| 73 | 73 | /** |
| 74 | - * @return array |
|
| 74 | + * @return string[] |
|
| 75 | 75 | */ |
| 76 | 76 | public function getArgs() |
| 77 | 77 | { |
@@ -3,19 +3,13 @@ |
||
| 3 | 3 | |
| 4 | 4 | namespace PhpSchool\LearnYouPhpTest\Exercise; |
| 5 | 5 | |
| 6 | -use Faker\Factory; |
|
| 7 | -use Faker\Generator; |
|
| 8 | -use Hoa\Core\Exception\Exception; |
|
| 9 | 6 | use Hoa\Socket\Client; |
| 10 | -use PhpSchool\LearnYouPhp\Exercise\ArrayWeGo; |
|
| 11 | 7 | use PhpSchool\LearnYouPhp\Exercise\TimeServer; |
| 12 | 8 | use PhpSchool\LearnYouPhp\TcpSocketFactory; |
| 13 | 9 | use PhpSchool\PhpWorkshop\Result\Failure; |
| 14 | 10 | use PhpSchool\PhpWorkshop\Result\StdOutFailure; |
| 15 | 11 | use PhpSchool\PhpWorkshop\Result\Success; |
| 16 | 12 | use PHPUnit_Framework_TestCase; |
| 17 | -use PhpSchool\LearnYouPhp\Exercise\MyFirstIo; |
|
| 18 | -use Symfony\Component\Filesystem\Filesystem; |
|
| 19 | 13 | |
| 20 | 14 | /** |
| 21 | 15 | * Class TimeServerTest |