Provide a way to ignore error on specific lines #593
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)
|