PHP error category
Deprecated
Version migration deprecations.
Deprecated errors arise when version migration deprecations affect an executing PHP application or its supporting service. Use the exact signature and runtime context to narrow the cause before changing configuration.
The guides in this category separate code defects from environment differences, show focused diagnostics, and favor site-scoped corrections that preserve unrelated applications.
Guides in this category
| Title | Pattern | Severity |
|---|---|---|
| Creation of dynamic property is deprecated | Deprecated: Creation of dynamic property App\\Entity\\Order::$total is deprecated in %s on line %d |
notice |
| Deprecated dynamic property | Deprecated: Creation of dynamic property User::$role is deprecated in %s on line %d |
notice |