Added checkstyle reporting. #521
Annotations
6 errors
PHPStan:
src/Report/Reporter/CheckstyleReporter.php#L38
Parameter #1 $messages of method Symfony\Component\Console\Output\OutputInterface::writeln() expects iterable<string>|string, string|false given.
|
PHPStan
Process completed with exit code 1.
|
PossiblyNullReference:
src/Report/Reporter/CheckstyleReporter.php#L26
src/Report/Reporter/CheckstyleReporter.php:26:28: PossiblyNullReference: Cannot call method addAttribute on possibly null value (see https://psalm.dev/083)
|
PossiblyNullReference:
src/Report/Reporter/CheckstyleReporter.php#L30
src/Report/Reporter/CheckstyleReporter.php:30:33: PossiblyNullReference: Cannot call method addAttribute on possibly null value (see https://psalm.dev/083)
|
PossiblyInvalidArgument:
src/Report/Reporter/CheckstyleReporter.php#L38
src/Report/Reporter/CheckstyleReporter.php:38:26: PossiblyInvalidArgument: Argument 1 of Symfony\Component\Console\Output\OutputInterface::writeln expects iterable<mixed, mixed>|string, but possibly different type bool|string provided (see https://psalm.dev/092)
|
Psalm
Process completed with exit code 2.
|