Merge pull request #24 from Kalipso0505/allow-console-7 #73
Annotations
10 errors and 1 warning
- Global errors -#L1
Ignored error pattern #Constant PHPCSTD_# was not matched in reported errors. (phpstan)
|
src/Commands/RunCommand.php#L35
PHPDoc type string of property Spaceemotion\PhpCodingStandard\Commands\RunCommand::$defaultName is not the same as PHPDoc type string|null of overridden property Symfony\Component\Console\Command\Command::$defaultName. (phpstan)
|
src/Commands/RunCommand.php#L248
Parameter #1 $callback of function array_map expects (callable(mixed): mixed)|null, 'strval' given. (phpstan)
|
src/Config.php#L37
Method Spaceemotion\PhpCodingStandard\Config::getSources() should return array but returns mixed. (phpstan)
|
src/Config.php#L52
Cannot access offset 'enabled' on mixed. (phpstan)
|
src/Config.php#L119
Method Spaceemotion\PhpCodingStandard\Config::readConfigs() return type has no value type specified in iterable type array. (phpstan)
|
src/Tools/ComposerNormalize.php#L47
Parameter #1 $binary of method Spaceemotion\PhpCodingStandard\Tools\Tool::execute() expects string, mixed given. (phpstan)
|
src/Tools/EasyCodingStandard.php#L50
Parameter #1 $files of method Spaceemotion\PhpCodingStandard\Tools\EasyCodingStandard::parseResult() expects array, mixed given. (phpstan)
|
src/Tools/EasyCodingStandard.php#L67
Argument of an invalid type mixed supplied for foreach, only iterables are supported. (phpstan)
Cannot access offset 'errors' on mixed. (phpstan)
|
src/Tools/EasyCodingStandard.php#L69
Cannot access offset 'line' on mixed. (phpstan)
Property Spaceemotion\PhpCodingStandard\Formatter\Violation::$line (int) does not accept mixed. (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/
|
This job succeeded
Loading