Skip to content

Migrated code from symfony/process to react/child-process #673

Migrated code from symfony/process to react/child-process

Migrated code from symfony/process to react/child-process #673

Triggered via push November 21, 2023 11:11
Status Failure
Total duration 43s
Artifacts

phpstan-5.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan5: src/Action/Custom/Builder/Action.php#L12
Property Kiboko\Component\Satellite\Action\Custom\Builder\Action::$logger is never read, only written.
phpstan5: src/Action/Custom/Builder/Action.php#L13
Property Kiboko\Component\Satellite\Action\Custom\Builder\Action::$state is never read, only written.
phpstan5: src/Action/SFTP/Builder/Action.php#L11
Property Kiboko\Component\Satellite\Action\SFTP\Builder\Action::$logger is never read, only written.
phpstan5: src/Action/SFTP/Builder/Action.php#L12
Property Kiboko\Component\Satellite\Action\SFTP\Builder\Action::$state is never read, only written.
phpstan5: src/Adapter/Composer.php#L11
Used function React\Async\await not found.
phpstan5: src/Adapter/Composer.php#L12
Used function React\Promise\Timer\timeout not found.
phpstan5: src/Adapter/Composer.php#L27
Parameter $process of method Kiboko\Component\Satellite\Adapter\Composer::execute() has invalid type React\ChildProcess\Process.
phpstan5: src/Adapter/Composer.php#L29
Access to property $stdout on an unknown class React\ChildProcess\Process.
phpstan5: src/Adapter/Composer.php#L32
Access to property $stderr on an unknown class React\ChildProcess\Process.
phpstan5: src/Adapter/Composer.php#L38
Call to method on() on an unknown class React\ChildProcess\Process.