11 | | handle all the "easy-remediable" Level 0 violations. The remaining ones () IMO only make sense in the context of PHPStan (mostly undiscovered symbols - https://github.com/justlevine/wordpress-develop/blob/e14ac75beac7dd157ac2b9750b5b98d70926a5d4/tests/phpstan/baseline/level-0.php ), but if you see something on that list that you think makes sense to remediate independently of PHPStan getting merged, please lmk or open a PR against `trunk`. |
| 11 | handle all the "easy-remediable" Level 0 violations, aka are independently justifiable from just trying to pass the level, and don't require what could be seen as an "unnecessary refactor" |
| 12 | |
| 13 | The remaining ones IMO really on make sense in the context of passing PHPStan (mostly undiscovered symbols - https://github.com/justlevine/wordpress-develop/blob/e14ac75beac7dd157ac2b9750b5b98d70926a5d4/tests/phpstan/baseline/level-0.php ), but if you see something on that list that you think makes sense to remediate independently of PHPStan getting merged, please lmk or open a PR against `trunk`. |