Skip to content

Commit f2c4f83

Browse files
committed
Add @const to phpdoc_no_alias_tag
1 parent fc60d35 commit f2c4f83

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/CodeIgniter4.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,8 +479,9 @@ public function __construct()
479479
'phpdoc_no_access' => true,
480480
'phpdoc_no_alias_tag' => [
481481
'replacements' => [
482-
'type' => 'var',
483-
'link' => 'see',
482+
'const' => 'var',
483+
'link' => 'see',
484+
'type' => 'var',
484485
],
485486
],
486487
'phpdoc_no_empty_return' => false,

0 commit comments

Comments
 (0)