chore(deps): update phpstan packages to v2 (major) #511
static-analysis.yml
on: pull_request
Static Analysis with PHPStan
1m 31s
Annotations
5 errors and 3 warnings
Static Analysis with PHPStan:
src/Clients/Consumer/KafkaConsumer.php#L57
Parameter #1 $callback of function array_map expects (callable(mixed): mixed)|null, Closure(RdKafka\TopicPartition): (lowercase-string&numeric-string&uppercase-string) given.
|
Static Analysis with PHPStan:
src/Clients/Consumer/KafkaConsumer.php#L63
Parameter #1 $topic_partitions of method RdKafka\KafkaConsumer::assign() expects array<RdKafka\TopicPartition>|null, array|null given.
|
Static Analysis with PHPStan:
src/Clients/Consumer/KafkaConsumer.php#L69
Parameter #1 $callback of function array_map expects (callable(mixed): mixed)|null, Closure(RdKafka\TopicPartition): (lowercase-string&numeric-string&uppercase-string) given.
|
Static Analysis with PHPStan:
src/Common/Config.php#L38
Method SimPod\Kafka\Common\Config::get() should return string but returns mixed.
|
Static Analysis with PHPStan
Process completed with exit code 1.
|
Static Analysis with PHPStan
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Static Analysis with PHPStan
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Static Analysis with PHPStan
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|