Skip to content

Provide a way to ignore error on specific lines #593

Provide a way to ignore error on specific lines

Provide a way to ignore error on specific lines #593

Triggered via pull request January 10, 2024 11:31
Status Failure
Total duration 38s
Artifacts

qa.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

17 errors
PHPStan: tests/Report/Reporter/JUnitReporterTest.php#L169
Method TwigCsFixer\Report\Reporter\JUnitReporter::display() invoked with 2 parameters, 4 required.
PHPStan: tests/Report/Reporter/NullReporterTest.php#L37
Method TwigCsFixer\Report\Reporter\NullReporter::display() invoked with 3 parameters, 4 required.
PHPStan: tests/Report/Reporter/TextReporterTest.php#L149
Method TwigCsFixer\Report\Reporter\TextReporter::display() invoked with 2 parameters, 4 required.
PHPStan: tests/Report/Reporter/TextReporterTest.php#L168
Method TwigCsFixer\Report\Reporter\TextReporter::display() invoked with 2 parameters, 4 required.
PHPStan: tests/Report/Reporter/TextReporterTest.php#L200
Method TwigCsFixer\Report\Reporter\TextReporter::display() invoked with 2 parameters, 4 required.
PHPStan: tests/Report/Reporter/TextReporterTest.php#L230
Method TwigCsFixer\Report\Reporter\TextReporter::display() invoked with 2 parameters, 4 required.
PHPStan
Process completed with exit code 1.
TooFewArguments: tests/Report/Reporter/JUnitReporterTest.php#L169
tests/Report/Reporter/JUnitReporterTest.php:169:25: TooFewArguments: Too few arguments for TwigCsFixer\Report\Reporter\JUnitReporter::display - expecting level to be passed (see https://psalm.dev/025)
TooFewArguments: tests/Report/Reporter/JUnitReporterTest.php#L169
tests/Report/Reporter/JUnitReporterTest.php:169:25: TooFewArguments: Too few arguments for TwigCsFixer\Report\Reporter\JUnitReporter::display - expecting debug to be passed (see https://psalm.dev/025)
TooFewArguments: tests/Report/Reporter/JUnitReporterTest.php#L169
tests/Report/Reporter/JUnitReporterTest.php:169:25: TooFewArguments: Too few arguments for method TwigCsFixer\Report\Reporter\JUnitReporter::display saw 2 (see https://psalm.dev/025)
TooFewArguments: tests/Report/Reporter/NullReporterTest.php#L37
tests/Report/Reporter/NullReporterTest.php:37:25: TooFewArguments: Too few arguments for TwigCsFixer\Report\Reporter\NullReporter::display - expecting debug to be passed (see https://psalm.dev/025)
TooFewArguments: tests/Report/Reporter/NullReporterTest.php#L37
tests/Report/Reporter/NullReporterTest.php:37:25: TooFewArguments: Too few arguments for method TwigCsFixer\Report\Reporter\NullReporter::display saw 3 (see https://psalm.dev/025)
TooFewArguments: tests/Report/Reporter/TextReporterTest.php#L149
tests/Report/Reporter/TextReporterTest.php:149:25: TooFewArguments: Too few arguments for TwigCsFixer\Report\Reporter\TextReporter::display - expecting level to be passed (see https://psalm.dev/025)
TooFewArguments: tests/Report/Reporter/TextReporterTest.php#L149
tests/Report/Reporter/TextReporterTest.php:149:25: TooFewArguments: Too few arguments for TwigCsFixer\Report\Reporter\TextReporter::display - expecting debug to be passed (see https://psalm.dev/025)
TooFewArguments: tests/Report/Reporter/TextReporterTest.php#L149
tests/Report/Reporter/TextReporterTest.php:149:25: TooFewArguments: Too few arguments for method TwigCsFixer\Report\Reporter\TextReporter::display saw 2 (see https://psalm.dev/025)
TooFewArguments: tests/Report/Reporter/TextReporterTest.php#L168
tests/Report/Reporter/TextReporterTest.php:168:25: TooFewArguments: Too few arguments for TwigCsFixer\Report\Reporter\TextReporter::display - expecting level to be passed (see https://psalm.dev/025)
TooFewArguments: tests/Report/Reporter/TextReporterTest.php#L168
tests/Report/Reporter/TextReporterTest.php:168:25: TooFewArguments: Too few arguments for TwigCsFixer\Report\Reporter\TextReporter::display - expecting debug to be passed (see https://psalm.dev/025)