Skip to content

Commit ca6abbb

Browse files
committed
Disable phpdoc_annotation_without_dot
1 parent d4c7493 commit ca6abbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ruleset/Nexus81.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ public function __construct()
464464
'var',
465465
],
466466
],
467-
'phpdoc_annotation_without_dot' => true,
467+
'phpdoc_annotation_without_dot' => false,
468468
'phpdoc_array_type' => true,
469469
'phpdoc_indent' => true,
470470
'phpdoc_inline_tag_normalizer' => [

0 commit comments

Comments
 (0)