Merge pull request #24 from Kalipso0505/allow-console-7 #73
Annotations
1 error and 10 warnings
src/Tools/Tool.php#L114
Cannot access value on variable Spaceemotion\PhpCodingStandard\Tools\Tool::CHARS using a int offset, expecting 0|1|2|3|4|5|6|7 (psalm)
|
src/Commands/RunCommand.php#L35
Property Spaceemotion\PhpCodingStandard\Commands\RunCommand::$defaultName has type string, not invariant with Symfony\Component\Console\Command\Command::$defaultName of type null|string (psalm)
|
src/Commands/RunCommand.php#L41
Property Spaceemotion\PhpCodingStandard\Commands\RunCommand::$config is not defined in constructor of Spaceemotion\PhpCodingStandard\Commands\RunCommand or in any private or final methods called in the constructor (psalm)
|
src/Tools/PhpParallelLint/ContextOutput.php#L27
Property Spaceemotion\PhpCodingStandard\Tools\PhpParallelLint\ContextOutput::$progress is not defined in constructor of Spaceemotion\PhpCodingStandard\Tools\PhpParallelLint\ContextOutput or in any private or final methods called in the constructor (psalm)
|
src/Tools/PhpParallelLint/ContextOutput.php#L30
Property Spaceemotion\PhpCodingStandard\Tools\PhpParallelLint\ContextOutput::$output is not defined in constructor of Spaceemotion\PhpCodingStandard\Tools\PhpParallelLint\ContextOutput or in any private or final methods called in the constructor (psalm)
|
src/Tools/Tool.php#L36
Spaceemotion\PhpCodingStandard\Tools\ComposerNormalize has an uninitialized property Spaceemotion\PhpCodingStandard\Tools\Tool::$output, but no constructor (psalm)
Spaceemotion\PhpCodingStandard\Tools\Deptrac has an uninitialized property Spaceemotion\PhpCodingStandard\Tools\Tool::$output, but no constructor (psalm)
Spaceemotion\PhpCodingStandard\Tools\EasyCodingStandard has an uninitialized property Spaceemotion\PhpCodingStandard\Tools\Tool::$output, but no constructor (psalm)
Spaceemotion\PhpCodingStandard\Tools\Phan has an uninitialized property Spaceemotion\PhpCodingStandard\Tools\Tool::$output, but no constructor (psalm)
Spaceemotion\PhpCodingStandard\Tools\PhpCodeSniffer has an uninitialized property Spaceemotion\PhpCodingStandard\Tools\Tool::$output, but no constructor (psalm)
Spaceemotion\PhpCodingStandard\Tools\PhpMessDetector has an uninitialized property Spaceemotion\PhpCodingStandard\Tools\Tool::$output, but no constructor (psalm)
Spaceemotion\PhpCodingStandard\Tools\PhpParallelLint\PhpParallelLint has an uninitialized property Spaceemotion\PhpCodingStandard\Tools\Tool::$output, but no constructor (psalm)
Spaceemotion\PhpCodingStandard\Tools\Phpstan has an uninitialized property Spaceemotion\PhpCodingStandard\Tools\Tool::$output, but no constructor (psalm)
Spaceemotion\PhpCodingStandard\Tools\Psalm has an uninitialized property Spaceemotion\PhpCodingStandard\Tools\Tool::$output, but no constructor (psalm)
Spaceemotion\PhpCodingStandard\Tools\Rector has an uninitialized property Spaceemotion\PhpCodingStandard\Tools\Tool::$output, but no constructor (psalm)
|
src/Tools/Tool.php#L120
Argument 1 of usleep expects 0|positive-int, but parent type int provided (psalm)
|
src/Tools/Tool.php#L167
Parameter $raw has no provided type (psalm)
|
src/main.php#L37
Argument 1 of Symfony\Component\Console\Application::setDefaultCommand cannot be null, possibly null value provided (psalm)
|
tests/TestTool.php#L10
Property Tests\TestTool::$output is not defined in constructor of Tests\TestTool or in any methods called in the constructor (psalm)
|
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