Kennedy Tedesco

Results 1 issues of Kennedy Tedesco

In the current implementation of `PhpTermBackend` and `Style`, we use weak comparisons like: ```php if ($update->cell->fg != $fg) { ``` However, in the next version of PHPStan (version 2, currently...