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

Fix deprecations and require PHPStan ^1.10 #83

Closed herndlm closed 1 year ago

herndlm commented 1 year ago

fyi I noticed that the strict-rules package also has some deprecations but they are not reported because phpstan-deprecation-rules is not installed. should I

ondrejmirtes commented 1 year ago

install phpstan-deprecation-rules and fix them 😊 thanks

ondrejmirtes commented 1 year ago

Thank you!