add autoloads in PHP instead of using JQ, #584
Annotations
10 errors
phpstan7:
src/Action/Action.php#L22
Method Kiboko\Component\Satellite\Action\Action::__invoke() has parameter $config with no value type specified in iterable type array.
|
phpstan7:
src/Action/Action.php#L58
Parameter #1 $state of method Kiboko\Component\Satellite\Action\SFTP\Builder\ActionBuilderInterface::withState() expects PhpParser\Node\Expr, PhpParser\Node\Expr\New_|PhpParser\Node\Stmt given.
|
phpstan7:
src/Action/Action.php#L59
Parameter #2 $state of method Kiboko\Component\Satellite\Builder\Action::addAction() expects PhpParser\Builder|PhpParser\Node\Expr, PhpParser\Node\Expr\New_|PhpParser\Node\Stmt given.
|
phpstan7:
src/Action/ConfigurationApplier.php#L14
Property Kiboko\Component\Satellite\Action\ConfigurationApplier::$packages type has no value type specified in iterable type array.
|
phpstan7:
src/Action/ConfigurationApplier.php#L37
Method Kiboko\Component\Satellite\Action\ConfigurationApplier::appendTo() has parameter $config with no value type specified in iterable type array.
|
phpstan7:
src/Action/Custom/Builder/Action.php#L12
Property Kiboko\Component\Satellite\Action\Custom\Builder\Action::$logger is never read, only written.
|
phpstan7:
src/Action/Custom/Builder/Action.php#L13
Property Kiboko\Component\Satellite\Action\Custom\Builder\Action::$state is never read, only written.
|
phpstan7:
src/Action/Custom/Factory/Action.php#L27
Method Kiboko\Component\Satellite\Action\Custom\Factory\Action::__construct() has parameter $providers with no value type specified in iterable type array.
|
phpstan7:
src/Action/Custom/Factory/Action.php#L84
Parameter #1 $content of class Kiboko\Component\Packaging\Asset\InMemory constructor expects string, array|string given.
|
phpstan7:
src/Action/Custom/Service.php#L74
Parameter #1 $provider of method Symfony\Component\ExpressionLanguage\ExpressionLanguage::registerProvider() expects Symfony\Component\ExpressionLanguage\ExpressionFunctionProviderInterface, object given.
|