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