Skip to content

[Symfony] Rename deploy:env to deploy:env:optimize #1676

[Symfony] Rename deploy:env to deploy:env:optimize

[Symfony] Rename deploy:env to deploy:env:optimize #1676

Triggered via pull request October 22, 2024 16:17
Status Failure
Total duration 31s
Artifacts

check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.