test #1826
Annotations
10 errors
Check - phpstan:
src/Console/Output/Progress/DotsOutput.php#L35
@readonly property cannot have a default value.
|
Check - phpstan:
src/Console/Output/Progress/DotsOutput.php#L47
@readonly property cannot have a default value.
|
Check - phpstan:
src/Console/Output/Progress/DotsOutput.php#L89
@readonly property PhpCsFixer\Console\Output\Progress\DotsOutput::$processedFiles is assigned outside of the constructor.
|
Check - phpstan:
src/Console/Output/Progress/ProgressOutputFactory.php#L29
@readonly property cannot have a default value.
|
Check - phpstan:
src/Linter/CachingLinter.php#L31
@readonly property cannot have a default value.
|
Check - phpstan:
src/Linter/CachingLinter.php#L47
@readonly property PhpCsFixer\Linter\CachingLinter::$cache is assigned outside of the constructor.
|
Check - phpstan:
src/Linter/CachingLinter.php#L54
@readonly property PhpCsFixer\Linter\CachingLinter::$cache is assigned outside of the constructor.
|
Check - phpstan:
tests/AutoReview/ProjectCodeTest.php#L116
Short ternary operator is not allowed. Use null coalesce operator if applicable or consider using long ternary.
|
Check - phpstan:
tests/AutoReview/ProjectCodeTest.php#L144
Only booleans are allowed in an if condition, array<int, PhpCsFixer\Tokenizer\Token>|null given.
|
Check - phpstan
Process completed with exit code 1.
|
Loading