File tree Expand file tree Collapse file tree 10 files changed +50
-10
lines changed Expand file tree Collapse file tree 10 files changed +50
-10
lines changed Original file line number Diff line number Diff line change 55require __DIR__ . '/../ArrayItem.php ' ;
66
77if (false ) {
8- // For classmap-authoritative support.
8+ /**
9+ * For classmap-authoritative support.
10+ *
11+ * @deprecated use \PhpParser\Node\ArrayItem instead.
12+ */
913 class ArrayItem extends \PhpParser \Node \ArrayItem {
1014 }
1115}
Original file line number Diff line number Diff line change 55require __DIR__ . '/../ClosureUse.php ' ;
66
77if (false ) {
8- // For classmap-authoritative support.
8+ /**
9+ * For classmap-authoritative support.
10+ *
11+ * @deprecated use \PhpParser\Node\ClosureUse instead.
12+ */
913 class ClosureUse extends \PhpParser \Node \ClosureUse {
1014 }
1115}
Original file line number Diff line number Diff line change 55require __DIR__ . '/Float_.php ' ;
66
77if (false ) {
8- // For classmap-authoritative support.
8+ /**
9+ * For classmap-authoritative support.
10+ *
11+ * @deprecated use \PhpParser\Node\Scalar\Float_ instead.
12+ */
913 class DNumber extends Float_ {
1014 }
1115}
Original file line number Diff line number Diff line change 55require __DIR__ . '/InterpolatedString.php ' ;
66
77if (false ) {
8- // For classmap-authoritative support.
8+ /**
9+ * For classmap-authoritative support.
10+ *
11+ * @deprecated use \PhpParser\Node\Scalar\InterpolatedString instead.
12+ */
913 class Encapsed extends InterpolatedString {
1014 }
1115}
Original file line number Diff line number Diff line change 77require __DIR__ . '/../InterpolatedStringPart.php ' ;
88
99if (false ) {
10- // For classmap-authoritative support.
10+ /**
11+ * For classmap-authoritative support.
12+ *
13+ * @deprecated use \PhpParser\Node\InterpolatedStringPart instead.
14+ */
1115 class EncapsedStringPart extends InterpolatedStringPart {
1216 }
1317}
Original file line number Diff line number Diff line change 55require __DIR__ . '/Int_.php ' ;
66
77if (false ) {
8- // For classmap-authoritative support.
8+ /**
9+ * For classmap-authoritative support.
10+ *
11+ * @deprecated use \PhpParser\Node\Scalar\Int_ instead.
12+ */
913 class LNumber extends Int_ {
1014 }
1115}
Original file line number Diff line number Diff line change 77require __DIR__ . '/../DeclareItem.php ' ;
88
99if (false ) {
10- // For classmap-authoritative support.
10+ /**
11+ * For classmap-authoritative support.
12+ *
13+ * @deprecated use \PhpParser\Node\DeclareItem instead.
14+ */
1115 class DeclareDeclare extends DeclareItem {
1216 }
1317}
Original file line number Diff line number Diff line change 77require __DIR__ . '/../PropertyItem.php ' ;
88
99if (false ) {
10- // For classmap-authoritative support.
10+ /**
11+ * For classmap-authoritative support.
12+ *
13+ * @deprecated use \PhpParser\Node\PropertyItem instead.
14+ */
1115 class PropertyProperty extends PropertyItem {
1216 }
1317}
Original file line number Diff line number Diff line change 55require __DIR__ . '/../StaticVar.php ' ;
66
77if (false ) {
8- // For classmap-authoritative support.
8+ /**
9+ * For classmap-authoritative support.
10+ *
11+ * @deprecated use \PhpParser\Node\StaticVar instead.
12+ */
913 class StaticVar extends \PhpParser \Node \StaticVar {
1014 }
1115}
Original file line number Diff line number Diff line change 77require __DIR__ . '/../UseItem.php ' ;
88
99if (false ) {
10- // For classmap-authoritative support.
10+ /**
11+ * For classmap-authoritative support.
12+ *
13+ * @deprecated use \PhpParser\Node\UseItem instead.
14+ */
1115 class UseUse extends UseItem {
1216 }
1317}
You can’t perform that action at this time.
0 commit comments