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
In PhpStorm, the type property is being flagged with a deprecation notice based on a deprecation from the Doctrine ORM.
[Annotations] Deprecated: Use {@link JsonType} instead.
Inspection info:
Reports deprecations of the type Doctrine\ORM\Mapping\Column::type based on the underlying type class
I'd suggest that this deprecation should only apply to Doctrine mapping annotations/attributes to avoid false positives.
The text was updated successfully, but these errors were encountered:
In one of our projects, we are using https://github.com/zircote/swagger-php to document our API with their attribute classes.
Using this example minimal schema:
In PhpStorm, the
type
property is being flagged with a deprecation notice based on a deprecation from the Doctrine ORM.I'd suggest that this deprecation should only apply to Doctrine mapping annotations/attributes to avoid false positives.
The text was updated successfully, but these errors were encountered: