Skip to content

Commit ba694e8

Browse files
committed
Add @const to phpdoc_no_alias_tag
1 parent b15ab42 commit ba694e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Ruleset/Nexus81.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,10 +490,11 @@ public function __construct()
490490
'phpdoc_no_access' => true,
491491
'phpdoc_no_alias_tag' => [
492492
'replacements' => [
493+
'const' => 'var',
494+
'link' => 'see',
493495
'property-read' => 'property',
494496
'property-write' => 'property',
495497
'type' => 'var',
496-
'link' => 'see',
497498
],
498499
],
499500
'phpdoc_no_empty_return' => false,

0 commit comments

Comments
 (0)