[Symfony] Rename deploy:env to deploy:env:optimize #1676
check.yml
on: pull_request
phpstan
20s
code-style
15s
Annotations
11 errors
code-style
Process completed with exit code 8.
|
phpstan:
src/Executor/Server.php#L58
Instantiated class React\Http\HttpServer not found.
|
phpstan:
src/Executor/Server.php#L60
Instantiated class React\Http\Middleware\StreamingRequestMiddleware not found.
|
phpstan:
src/Executor/Server.php#L61
Instantiated class React\Http\Middleware\RequestBodyBufferMiddleware not found.
|
phpstan:
src/Executor/Server.php#L62
Parameter $request of anonymous function has invalid type Psr\Http\Message\ServerRequestInterface.
|
phpstan:
src/Executor/Server.php#L67
Instantiated class React\Http\Message\Response not found.
|
phpstan:
src/Executor/Server.php#L72
Call to method listen() on an unknown class React\Http\HttpServer.
|
phpstan:
src/Executor/Server.php#L77
Method Deployer\Executor\Server::router() has invalid return type React\Http\Message\Response.
|
phpstan:
src/Executor/Server.php#L77
Parameter $request of method Deployer\Executor\Server::router() has invalid type Psr\Http\Message\ServerRequestInterface.
|
phpstan:
src/Executor/Server.php#L79
Call to method getUri() on an unknown class Psr\Http\Message\ServerRequestInterface.
|
phpstan:
src/Executor/Server.php#L82
Call to method getBody() on an unknown class Psr\Http\Message\ServerRequestInterface.
|