Skip to content

Commit 361aef8

Browse files
committed
DocBlockNoEmpty
1 parent 9a717b3 commit 361aef8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PSR2R/Sniffs/Commenting/DocBlockNoEmptySniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
use PSR2R\Tools\AbstractSniff;
77

88
/**
9-
* No empty phpdoc tags and no empty @ tag.
9+
* No empty phpdoc blocks and no empty @ tag.
1010
*/
1111
class DocBlockNoEmptySniff extends AbstractSniff {
1212

PSR2R/Tools/AbstractSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
abstract class AbstractSniff implements Sniff {
99

1010
/**
11-
* @var array These markers must remain as inline comments
11+
* @var string[] These markers must remain as inline comments
1212
*/
1313
protected static $phpStormMarkers = ['@noinspection'];
1414

0 commit comments

Comments
 (0)