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 669b317 commit db324c1Copy full SHA for db324c1
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'];
+ private const ALLOWED_ATTRIBUTES = ['kind', 'origNode', 'comments', 'startLine', 'endLine', 'startTokenPos', 'endTokenPos', 'rawValue'];
36
37
public function getNodeType(): string
38
{
0 commit comments