File tree Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,7 @@ class ClassAndInterfacePHPDocFormattingSniff implements Sniff
22
22
/**
23
23
* @var string[] List of tags that can not be used in comments
24
24
*/
25
- private $ forbiddenTags = [
26
- '@author ' ,
25
+ public $ forbiddenTags = [
27
26
'@category ' ,
28
27
'@package ' ,
29
28
'@subpackage '
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ class EmptyHandler
59
59
*
60
60
* @api is ok here
61
61
* @deprecated can be used in this context
62
- * @author must not be mentioned
62
+ * @author is actually ok
63
63
* @category is irrelevant
64
64
* @package is not ment to be used
65
65
* @subpackage does not belong here
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ interface EmptyHandler
59
59
*
60
60
* @api is ok here
61
61
* @deprecated can be used in this context
62
- * @author must not be mentioned
62
+ * @author is actually ok
63
63
* @category is irrelevant
64
64
* @package is not ment to be used
65
65
* @subpackage does not belong here
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ public function getWarningList($testFile = '')
32
32
35 => 1 ,
33
33
44 => 1 ,
34
34
52 => 1 ,
35
- 62 => 1 ,
36
35
63 => 1 ,
37
36
64 => 1 ,
38
37
65 => 1 ,
You can’t perform that action at this time.
0 commit comments