[21:10:59] I've just come across a rather peculiar coding style. https://github.com/Krinkle/covers-validator/actions/runs/17698932566/job/50301989365 [21:11:09] * @param PHPUnit8Configuration|PHPUnit9Configuration|PHPUnit10Configuration $configuration [21:11:09] - * @param string $filename [21:11:09] * @param string|null $bootstrap [21:11:09] */ [21:11:09] public function __construct($configuration, string $filename, $bootstrap) [21:11:46] This one only wants doc comments for params that aren't in the native signature. I guess that's not too far fetched, but it looks like the omission was a mistake, and I was reminded by the project's CI that it is "wrong".