true of type true is incompatible with the type array expected by parameter $extensions of Overtrue\PHPLint\Linter::__construct().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
It seems like print_r($errors, true) can also be of type true; however, parameter $message of PHPUnit\Framework\Assert::assertEmpty() does only seem to accept string, maybe add an additional type check?
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation