File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ class ClassAndInterfacePHPDocFormattingSniff implements Sniff
2424 * @var string[] List of tags that can not be used in comments
2525 */
2626 public $ forbiddenTags = [
27+ '@author ' ,
2728 '@category ' ,
2829 '@package ' ,
2930 '@subpackage '
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ class EmptyHandler
6060 * @api is ok here
6161 * @deprecated can be used in this context
6262 * @see is ok here
63- * @author is actually ok
63+ * @author is not ment to be used
6464 * @category is irrelevant
6565 * @package is not ment to be used
6666 * @subpackage does not belong here
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ interface EmptyHandler
6060 * @api is ok here
6161 * @deprecated can be used in this context
6262 * @see is ok here
63- * @author is actually ok
63+ * @author is not ment to be used
6464 * @category is irrelevant
6565 * @package is not ment to be used
6666 * @subpackage does not belong here
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ public function getWarningList($testFile = '')
2929 35 => 1 ,
3030 44 => 1 ,
3131 52 => 1 ,
32+ 63 => 1 ,
3233 64 => 1 ,
3334 65 => 1 ,
3435 66 => 1 ,
You can’t perform that action at this time.
0 commit comments