diff --git a/ptscs/ruleset.xml b/ptscs/ruleset.xml index 55b39d6..89e9058 100644 --- a/ptscs/ruleset.xml +++ b/ptscs/ruleset.xml @@ -202,4 +202,13 @@ + + + + + + + diff --git a/tests/Sniffs/Slevomat/DisallowOneLinePropertyDocCommentTest.php b/tests/Sniffs/Slevomat/DisallowOneLinePropertyDocCommentTest.php index b8b9ab5..0917430 100644 --- a/tests/Sniffs/Slevomat/DisallowOneLinePropertyDocCommentTest.php +++ b/tests/Sniffs/Slevomat/DisallowOneLinePropertyDocCommentTest.php @@ -18,7 +18,6 @@ public static function provideTestData(): Iterator { yield[ [ - // phpcs:ignore Generic.Files.LineLength.TooLong new ErrorData(7, 'SlevomatCodingStandard.Commenting.DisallowOneLinePropertyDocComment.OneLinePropertyComment'), ], ];