You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** * Base exception class for all ORM exceptions. * * @deprecated Use Doctrine\ORM\Exception\ORMException for catch and instanceof */class ORMException extends Exception
However phpstan/phpstan-deprecated-rules does not report this.
Double checked phpstan baseline if no one else has hidden this error.
It looks like this packages finds only method calls and not other statements (like use, catch for example).
The text was updated successfully, but these errors were encountered:
ghost
changed the title
Deprecated class is not detected
Deprecated class from vendor/ is not detected
Jun 29, 2024
v1.2
I use deprecated class
Doctrine\ORM\ORMException
.However
phpstan/phpstan-deprecated-rules
does not report this.Double checked phpstan baseline if no one else has hidden this error.
It looks like this packages finds only method calls and not other statements (like
use
,catch
for example).The text was updated successfully, but these errors were encountered: