diff --git a/php-frontend/src/test/java/org/sonar/php/parser/declaration/ClassMemberTest.java b/php-frontend/src/test/java/org/sonar/php/parser/declaration/ClassMemberTest.java index f8004c7a5..37121ba22 100644 --- a/php-frontend/src/test/java/org/sonar/php/parser/declaration/ClassMemberTest.java +++ b/php-frontend/src/test/java/org/sonar/php/parser/declaration/ClassMemberTest.java @@ -37,6 +37,5 @@ void test() { .notMatches("public( set) string $a;") // spaces are not accepted .notMatches("public(set ) string $a;") .notMatches("public( set ) string $a;"); - ; } }