phpstan / phpstan-phpunit

PHPUnit extensions and rules for PHPStan
MIT License
468 stars 46 forks source link

Warn when trying to cover an interface. #174

Closed mad-briller closed 1 year ago

mad-briller commented 1 year ago

phpunit 10.x errors when attempting to @covers an interface, so phpstan can warn about that case early

ondrejmirtes commented 1 year ago

Thank you!