initial
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
---
|
||||
globs: "**/*.php"
|
||||
description: Ensure all new code uses modern PHP attribute syntax rather than
|
||||
legacy annotation syntax for better type safety and code clarity. This applies
|
||||
to routing, validation, security, and other Symfony components that support
|
||||
attributes.
|
||||
alwaysApply: true
|
||||
---
|
||||
|
||||
Always use PHP attributes instead of annotations for routing and other Symfony features in PHP 8+ projects
|
||||
Reference in New Issue
Block a user