-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Description
for https://github.com/doctrine/dbal/blob/3.5.1/src/Platforms/AbstractPlatform.php#L225 this lib currently emit:
Call to deprecated method getVarcharTypeDeclarationSQL() of class AnonymousClass6a85eed1b3aeaa3b7eaea1eb536990ed:
Use {@link getStringTypeDeclarationSQL()} instead.
from AnonymousClass6a85eed1b3aeaa3b7eaea1eb536990ed
it is very hard to tell which class and also I double the name is stable for error ignore.
I would expect anonymous name like from native phpstan https://phpstan.org/r/7f7ac916-f7fe-4c4d-8035-337e837344ae, ie. class@anonymous/tmp.php:7
istead of AnonymousClass6a85eed1b3aeaa3b7eaea1eb536990ed
.
Metadata
Metadata
Assignees
Labels
No labels