Skip to content

Add Symfony 7/8 compatibility #83

Add Symfony 7/8 compatibility

Add Symfony 7/8 compatibility #83

Triggered via pull request March 14, 2026 17:33
Status Success
Total duration 56s
Artifacts

phpcstd.yml

on: pull_request
Matrix: phpcstd
Matrix: phpunit
Fit to window
Zoom out
Zoom in

Annotations

24 errors and 36 warnings
phpcstd (8.2, psalm): src/Tools/Tool.php#L114
Cannot access value on variable Spaceemotion\PhpCodingStandard\Tools\Tool::CHARS using a int offset, expecting int (psalm)
InvalidArrayOffset: src/Tools/Tool.php#L114
src/Tools/Tool.php:114:49: InvalidArrayOffset: Cannot access value on variable Spaceemotion\PhpCodingStandard\Tools\Tool::CHARS using a int<-7, 7> offset, expecting int<0, 7> (see https://psalm.dev/115)
phpcstd (8.2, phpstan): src/Tools/EasyCodingStandard.php#L50
Parameter #1 $files of method Spaceemotion\PhpCodingStandard\Tools\EasyCodingStandard::parseResult() expects array, mixed given. (phpstan)
phpcstd (8.2, phpstan): src/Tools/ComposerNormalize.php#L47
Parameter #1 $binary of method Spaceemotion\PhpCodingStandard\Tools\Tool::execute() expects string, mixed given. (phpstan)
phpcstd (8.2, phpstan): src/Tools/ComposerNormalize.php#L42
Binary operation "." between mixed and 'composer.json' results in an error. (phpstan)
phpcstd (8.2, phpstan): src/Formatter/Result.php#L38
Parameter #1 $string of function strlen expects string, mixed given. (phpstan)
phpcstd (8.2, phpstan): src/Formatter/Result.php#L37
Parameter #2 $needle of function strpos expects string, mixed given. (phpstan)
phpcstd (8.2, phpstan): src/Formatter/GithubActionFormatter.php#L17
Binary operation "." between mixed and (int|string) results in an error. (phpstan)
phpcstd (8.2, phpstan): src/DiffViolation.php#L53
Property Spaceemotion\PhpCodingStandard\Formatter\Violation::$message (string) does not accept mixed. (phpstan)
phpcstd (8.2, phpstan): src/Config.php#L143
Ignored error pattern #^Part \$include \(mixed\) of encapsed string cannot be cast to string\.$# in path /home/runner/work/php-coding-standard/php-coding-standard/src/Config.php is expected to occur 2 times, but occurred only 1 time. (phpstan)
phpcstd (8.2, phpstan): src/Config.php#L105
Parameter #1 $base of static method Spaceemotion\PhpCodingStandard\Config::mergeConfig() expects array, mixed given. (phpstan)
phpcstd (8.2, phpstan): src/Config.php#L0
Ignored error pattern #^Parameter \#1 \$base of static method Spaceemotion\\PhpCodingStandard\\Config\:\:mergeConfig\(\) expects array, mixed given\.$# in path /home/runner/work/php-coding-standard/php-coding-standard/src/Config.php was not matched in reported errors. (phpstan)
phpcstd (8.3, phpstan): src/Tools/EasyCodingStandard.php#L50
Parameter #1 $files of method Spaceemotion\PhpCodingStandard\Tools\EasyCodingStandard::parseResult() expects array, mixed given. (phpstan)
phpcstd (8.3, phpstan): src/Tools/ComposerNormalize.php#L47
Parameter #1 $binary of method Spaceemotion\PhpCodingStandard\Tools\Tool::execute() expects string, mixed given. (phpstan)
phpcstd (8.3, phpstan): src/Tools/ComposerNormalize.php#L42
Binary operation "." between mixed and 'composer.json' results in an error. (phpstan)
phpcstd (8.3, phpstan): src/Formatter/Result.php#L38
Parameter #1 $string of function strlen expects string, mixed given. (phpstan)
phpcstd (8.3, phpstan): src/Formatter/Result.php#L37
Parameter #2 $needle of function strpos expects string, mixed given. (phpstan)
phpcstd (8.3, phpstan): src/Formatter/GithubActionFormatter.php#L17
Binary operation "." between mixed and (int|string) results in an error. (phpstan)
phpcstd (8.3, phpstan): src/DiffViolation.php#L53
Property Spaceemotion\PhpCodingStandard\Formatter\Violation::$message (string) does not accept mixed. (phpstan)
phpcstd (8.3, phpstan): src/Config.php#L143
Ignored error pattern #^Part \$include \(mixed\) of encapsed string cannot be cast to string\.$# in path /home/runner/work/php-coding-standard/php-coding-standard/src/Config.php is expected to occur 2 times, but occurred only 1 time. (phpstan)
phpcstd (8.3, phpstan): src/Config.php#L105
Parameter #1 $base of static method Spaceemotion\PhpCodingStandard\Config::mergeConfig() expects array, mixed given. (phpstan)
phpcstd (8.3, phpstan): src/Config.php#L0
Ignored error pattern #^Parameter \#1 \$base of static method Spaceemotion\\PhpCodingStandard\\Config\:\:mergeConfig\(\) expects array, mixed given\.$# in path /home/runner/work/php-coding-standard/php-coding-standard/src/Config.php was not matched in reported errors. (phpstan)
phpcstd (8.3, psalm): src/Tools/Tool.php#L114
Cannot access value on variable Spaceemotion\PhpCodingStandard\Tools\Tool::CHARS using a int offset, expecting int (psalm)
InvalidArrayOffset: src/Tools/Tool.php#L114
src/Tools/Tool.php:114:49: InvalidArrayOffset: Cannot access value on variable Spaceemotion\PhpCodingStandard\Tools\Tool::CHARS using a int<-7, 7> offset, expecting int<0, 7> (see https://psalm.dev/115)
phpcstd (8.3, deptrac)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, shivammathur/setup-php@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
phpcstd (8.3, parallel-lint)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, shivammathur/setup-php@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
phpcstd (8.3, rector)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, shivammathur/setup-php@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
phpcstd (8.2, composer-normalize)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, shivammathur/setup-php@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
phpcstd (8.3, ecs)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, shivammathur/setup-php@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
phpcstd (8.2, rector)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, shivammathur/setup-php@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
phpcstd (8.2, php_codesniffer)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, shivammathur/setup-php@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
phpunit (8.2)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, shivammathur/setup-php@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
phpcstd (8.3, composer-normalize)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, shivammathur/setup-php@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
phpcstd (8.2, psalm)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, shivammathur/setup-php@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
phpcstd (8.2, 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)
phpcstd (8.2, psalm): src/Tools/Tool.php#L167
Parameter $raw has no provided type (psalm)
phpcstd (8.2, 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)
phpcstd (8.2, 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)
phpcstd (8.2, 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)
phpcstd (8.2, psalm): src/Tools/Deptrac.php#L42
Cannot iterate over nullable var SimpleXMLElement|null (psalm)
phpcstd (8.2, psalm): src/Commands/RunCommand.php#L38
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)
phpcstd (8.2, parallel-lint)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, shivammathur/setup-php@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
phpcstd (8.2, phpstan)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, shivammathur/setup-php@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
phpunit (8.3)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, shivammathur/setup-php@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
phpcstd (8.2, phpmd)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, shivammathur/setup-php@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
phpcstd (8.2, deptrac)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, shivammathur/setup-php@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
phpcstd (8.3, php_codesniffer)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, shivammathur/setup-php@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
phpcstd (8.3, phpstan)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, shivammathur/setup-php@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
phpcstd (8.2, ecs)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, shivammathur/setup-php@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
phpcstd (8.3, phpmd)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, shivammathur/setup-php@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
phpcstd (8.3, psalm)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, shivammathur/setup-php@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
phpcstd (8.3, 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)
phpcstd (8.3, psalm): src/Tools/Tool.php#L167
Parameter $raw has no provided type (psalm)
phpcstd (8.3, 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)
phpcstd (8.3, 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)
phpcstd (8.3, 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)
phpcstd (8.3, psalm): src/Tools/Deptrac.php#L42
Cannot iterate over nullable var SimpleXMLElement|null (psalm)
phpcstd (8.3, psalm): src/Commands/RunCommand.php#L38
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)
phpcstd (8.3, phan)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, shivammathur/setup-php@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
phpcstd (8.2, phan)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, shivammathur/setup-php@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/