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
Security metadata can be now specified via standard PHP attribute syntax (supported on PHP >= 8.0).
PHP attributes are preferred over legacy PHP DocBlock annotations. Next major version will support PHP attributes only.
Bundled annotations are now explicitly limited to class and method usage.
Bundled annotations now define getters for all properties, direct access to public properties is considered deprecated and will be removed in next major version.
New configuration option enableDoctrineAnnotations (true by default). Set it to false to disable legacy PHP DocBlock annotations support and test the application with PHP attributes only.