phpstan / phpstan-deprecation-rules

PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.
MIT License
378 stars 18 forks source link

Add test for deprecation inheritance in trait #91

Closed Khartir closed 1 year ago

Khartir commented 1 year ago

As requested in #76

Khartir commented 1 year ago

I wasn't aware, that @not-deprecated is this new. :laughing: Is there a way to determine the version of phpstan so that the test can be changed?

ondrejmirtes commented 1 year ago

Just update the PHPStan version in composer.json to the one that supports it.

ondrejmirtes commented 1 year ago

Perfect, thank you!