diff --git a/rules/collections/annotations/php.yaml b/rules/collections/annotations/php.yaml new file mode 100644 index 00000000..5cebb95a --- /dev/null +++ b/rules/collections/annotations/php.yaml @@ -0,0 +1,6 @@ +collections: + - id: Collections.Symfony + name: Symfony MVC Endpoints + patterns: + - "(?i).*(Route).*" + tags: \ No newline at end of file