Skip to content

Commit 16fc0c5

Browse files
authored
[attribute] Remove unused AttributeKey::REPRINT_RAW_VALUE (#7664)
1 parent 6ea57b8 commit 16fc0c5

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

.phpstorm.meta.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
\PhpParser\Node::getAttribute(),
4848
0,
4949
\Rector\NodeTypeResolver\Node\AttributeKey::SCOPE,
50-
\Rector\NodeTypeResolver\Node\AttributeKey::REPRINT_RAW_VALUE,
5150
\Rector\NodeTypeResolver\Node\AttributeKey::ORIGINAL_NODE,
5251
\Rector\NodeTypeResolver\Node\AttributeKey::PHP_DOC_INFO,
5352
\Rector\NodeTypeResolver\Node\AttributeKey::KIND,
@@ -61,7 +60,6 @@
6160
\PhpParser\Node::setAttribute(),
6261
0,
6362
\Rector\NodeTypeResolver\Node\AttributeKey::SCOPE,
64-
\Rector\NodeTypeResolver\Node\AttributeKey::REPRINT_RAW_VALUE,
6563
\Rector\NodeTypeResolver\Node\AttributeKey::ORIGINAL_NODE,
6664
\Rector\NodeTypeResolver\Node\AttributeKey::PHP_DOC_INFO,
6765
\Rector\NodeTypeResolver\Node\AttributeKey::KIND,

src/NodeTypeResolver/Node/AttributeKey.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,6 @@ final class AttributeKey
114114
*/
115115
public const PHP_ATTRIBUTE_NAME = 'php_attribute_name';
116116

117-
/**
118-
* Helper attribute to reprint raw value of int/float/string
119-
* @var string
120-
*/
121-
public const REPRINT_RAW_VALUE = 'reprint_raw_value';
122-
123117
/**
124118
* @var string
125119
*/

0 commit comments

Comments
 (0)