@@ -11,8 +11,8 @@ |
||
| 11 | 11 | |
| 12 | 12 | use FastD\ServiceProvider\SwooleServiceProvider; |
| 13 | 13 | use FastD\Servitization\Server\HTTPServer; |
| 14 | -use swoole_server; |
|
| 15 | 14 | use Symfony\Component\Console\Input\InputInterface; |
| 15 | +use swoole_server; |
|
| 16 | 16 | |
| 17 | 17 | /** |
| 18 | 18 | * Class App. |
@@ -74,7 +74,7 @@ |
||
| 74 | 74 | /** |
| 75 | 75 | * Returns the test database connection. |
| 76 | 76 | * |
| 77 | - * @return \PHPUnit_Extensions_Database_DB_IDatabaseConnection|null |
|
| 77 | + * @return \PHPUnit_Extensions_Database_DB_DefaultDatabaseConnection|null |
|
| 78 | 78 | */ |
| 79 | 79 | protected function getConnection() |
| 80 | 80 | { |
@@ -55,7 +55,7 @@ discard block |
||
| 55 | 55 | /** |
| 56 | 56 | * AppKernel constructor. |
| 57 | 57 | * |
| 58 | - * @param $path |
|
| 58 | + * @param string $path |
|
| 59 | 59 | */ |
| 60 | 60 | public function __construct($path) |
| 61 | 61 | { |
@@ -167,7 +167,7 @@ discard block |
||
| 167 | 167 | } |
| 168 | 168 | |
| 169 | 169 | /** |
| 170 | - * @param $e |
|
| 170 | + * @param Exception $e |
|
| 171 | 171 | * |
| 172 | 172 | * @return Response |
| 173 | 173 | */ |
@@ -54,7 +54,7 @@ |
||
| 54 | 54 | } |
| 55 | 55 | |
| 56 | 56 | /** |
| 57 | - * @param $query |
|
| 57 | + * @param string $query |
|
| 58 | 58 | * |
| 59 | 59 | * @return bool|\PDOStatement |
| 60 | 60 | */ |
@@ -39,7 +39,7 @@ |
||
| 39 | 39 | * @param InputInterface $input |
| 40 | 40 | * @param OutputInterface $output |
| 41 | 41 | * |
| 42 | - * @return mixed |
|
| 42 | + * @return integer |
|
| 43 | 43 | */ |
| 44 | 44 | public function execute(InputInterface $input, OutputInterface $output) |
| 45 | 45 | { |
@@ -27,7 +27,7 @@ |
||
| 27 | 27 | * @param $data |
| 28 | 28 | * @param $clientInfo |
| 29 | 29 | * |
| 30 | - * @return mixed |
|
| 30 | + * @return integer |
|
| 31 | 31 | */ |
| 32 | 32 | public function doPacket(swoole_server $server, $data, $clientInfo) |
| 33 | 33 | { |