We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db324c1 commit 15ca3e8Copy full SHA for 15ca3e8
src/Rules/Rector/AvoidFeatureSetAttributeInRectorRule.php
@@ -32,7 +32,7 @@ final class AvoidFeatureSetAttributeInRectorRule implements Rule
32
/**
33
* @var string[]
34
*/
35
- private const ALLOWED_ATTRIBUTES = ['kind', 'origNode', 'comments', 'startLine', 'endLine', 'startTokenPos', 'endTokenPos', 'rawValue'];
+ private const ALLOWED_ATTRIBUTES = ['kind', 'origNode', 'comments', 'startLine', 'endLine', 'startTokenPos', 'endTokenPos', 'rawValue', 'docLabel'];
36
37
public function getNodeType(): string
38
{
0 commit comments