Skip to content

Commit db324c1

Browse files
committed
skip rawValue
1 parent 669b317 commit db324c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Rules/Rector/AvoidFeatureSetAttributeInRectorRule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ final class AvoidFeatureSetAttributeInRectorRule implements Rule
3232
/**
3333
* @var string[]
3434
*/
35-
private const ALLOWED_ATTRIBUTES = ['kind', 'origNode', 'comments', 'startLine', 'endLine', 'startTokenPos', 'endTokenPos'];
35+
private const ALLOWED_ATTRIBUTES = ['kind', 'origNode', 'comments', 'startLine', 'endLine', 'startTokenPos', 'endTokenPos', 'rawValue'];
3636

3737
public function getNodeType(): string
3838
{

0 commit comments

Comments
 (0)