phpstan/phpstan-phpunit

Add a rule that checks for non-static data providers

villfa opened this issue · 1 comments

Using a non-static method as a data provider will be deprecated from PHPUnit 10: sebastianbergmann/phpunit@9caafe2

Adding a rule to detect them could be helpful.

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.