Skip to content
This repository was archived by the owner on Nov 5, 2022. It is now read-only.

Commit 10e2f41

Browse files
Class Comment - Do not require @Package
1 parent 9830451 commit 10e2f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeIgniter4/Sniffs/Commenting/ClassCommentSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class ClassCommentSniff extends FileCommentSniff
3232
*/
3333
protected $tags = array(
3434
'@package' => array(
35-
'required' => true,
35+
'required' => false,
3636
'allow_multiple' => false,
3737
),
3838
'@subpackage' => array(

0 commit comments

Comments
 (0)