From 7d18a67b1a78cd586d5d2ab949624c2205bcc646 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Barto=C5=A1?= Date: Sun, 15 Jul 2018 22:47:21 +0200 Subject: [PATCH] All annotations are useful With this change will be comments with only doctrine annotations no more reported as useless. Currently is reported: ``` /** * @Path("/users") * @Method("GET") */ ``` Currently is *NOT* reported: ``` /** * Practically the same * @Path("/users") * @Method("GET") */ ``` --- ruleset.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/ruleset.xml b/ruleset.xml index abf6835..5a0841b 100644 --- a/ruleset.xml +++ b/ruleset.xml @@ -330,6 +330,7 @@ +