Fixed issues #809
Annotations
10 errors and 1 warning
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#L170
Match expression does not handle remaining value: string
|
phpstan5:
src/Adapter/Docker/SatelliteBuilder.php#L88
Parameter #1 $iterator of method AppendIterator<string,Kiboko\Contract\Packaging\FileInterface,Iterator<string, Kiboko\Contract\Packaging\FileInterface>>::append() expects Iterator<string, Kiboko\Contract\Packaging\FileInterface>, ArrayIterator<int, Kiboko\Component\Packaging\File> given.
|
phpstan5:
src/Adapter/Docker/SatelliteBuilder.php#L206
Parameter #1 $iterator of method AppendIterator<string,Kiboko\Contract\Packaging\FileInterface,Iterator<string, Kiboko\Contract\Packaging\FileInterface>>::append() expects Iterator<string, Kiboko\Contract\Packaging\FileInterface>, ArrayIterator<int, Kiboko\Component\Packaging\File> given.
|
phpstan5:
src/Adapter/Docker/SatelliteBuilder.php#L212
Parameter #1 $iterator of method AppendIterator<string,Kiboko\Contract\Packaging\FileInterface,Iterator<string, Kiboko\Contract\Packaging\FileInterface>>::append() expects Iterator<string, Kiboko\Contract\Packaging\FileInterface>, ArrayIterator<int, Kiboko\Component\Packaging\File> given.
|
phpstan5:
src/Adapter/Docker/SatelliteBuilder.php#L257
Instantiated class Kiboko\Component\Dockerfile\PHP\ComposerGitlabOauthAuthentication not found.
|
phpstan5:
src/Adapter/Docker/SatelliteBuilder.php#L257
Parameter #1 ...$layers of method Kiboko\Component\Dockerfile\Dockerfile::push() expects Kiboko\Component\Dockerfile\Dockerfile\LayerInterface, Kiboko\Component\Dockerfile\PHP\ComposerGitlabOauthAuthentication given.
|
phpstan5
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|