File tree Expand file tree Collapse file tree
src/NodeTypeResolver/Node Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ,
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 ,
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments