File tree Expand file tree Collapse file tree 11 files changed +138
-0
lines changed Expand file tree Collapse file tree 11 files changed +138
-0
lines changed Original file line number Diff line number Diff line change 11<?php declare (strict_types=1 );
22
3+ namespace PhpParser \Node \Expr ;
4+
35require __DIR__ . '/../ArrayItem.php ' ;
6+
7+ if (false ) {
8+ // For classmap-authoritative support.
9+ class ArrayItem extends \PhpParser \Node \ArrayItem {
10+ }
11+ }
Original file line number Diff line number Diff line change 11<?php declare (strict_types=1 );
22
3+ namespace PhpParser \Node \Expr ;
4+
35require __DIR__ . '/../ClosureUse.php ' ;
6+
7+ if (false ) {
8+ // For classmap-authoritative support.
9+ class ClosureUse extends \PhpParser \Node \ClosureUse {
10+ }
11+ }
Original file line number Diff line number Diff line change 11<?php declare (strict_types=1 );
22
3+ namespace PhpParser \Node \Scalar ;
4+
35require __DIR__ . '/Float_.php ' ;
6+
7+ if (false ) {
8+ // For classmap-authoritative support.
9+ class DNumber extends Float_ {
10+ }
11+ }
Original file line number Diff line number Diff line change 11<?php declare (strict_types=1 );
22
3+ namespace PhpParser \Node \Scalar ;
4+
35require __DIR__ . '/InterpolatedString.php ' ;
6+
7+ if (false ) {
8+ // For classmap-authoritative support.
9+ class Encapsed extends InterpolatedString {
10+ }
11+ }
Original file line number Diff line number Diff line change 11<?php declare (strict_types=1 );
22
3+ namespace PhpParser \Node \Scalar ;
4+
5+ use PhpParser \Node \InterpolatedStringPart ;
6+
37require __DIR__ . '/../InterpolatedStringPart.php ' ;
8+
9+ if (false ) {
10+ // For classmap-authoritative support.
11+ class EncapsedStringPart extends InterpolatedStringPart {
12+ }
13+ }
Original file line number Diff line number Diff line change 11<?php declare (strict_types=1 );
22
3+ namespace PhpParser \Node \Scalar ;
4+
35require __DIR__ . '/Int_.php ' ;
6+
7+ if (false ) {
8+ // For classmap-authoritative support.
9+ class LNumber extends Int_ {
10+ }
11+ }
Original file line number Diff line number Diff line change 11<?php declare (strict_types=1 );
22
3+ namespace PhpParser \Node \Stmt ;
4+
5+ use PhpParser \Node \DeclareItem ;
6+
37require __DIR__ . '/../DeclareItem.php ' ;
8+
9+ if (false ) {
10+ // For classmap-authoritative support.
11+ class DeclareDeclare extends DeclareItem {
12+ }
13+ }
Original file line number Diff line number Diff line change 11<?php declare (strict_types=1 );
22
3+ namespace PhpParser \Node \Stmt ;
4+
5+ use PhpParser \Node \PropertyItem ;
6+
37require __DIR__ . '/../PropertyItem.php ' ;
8+
9+ if (false ) {
10+ // For classmap-authoritative support.
11+ class PropertyProperty extends PropertyItem {
12+ }
13+ }
Original file line number Diff line number Diff line change 11<?php declare (strict_types=1 );
22
3+ namespace PhpParser \Node \Stmt ;
4+
35require __DIR__ . '/../StaticVar.php ' ;
6+
7+ if (false ) {
8+ // For classmap-authoritative support.
9+ class StaticVar extends \PhpParser \Node \StaticVar {
10+ }
11+ }
Original file line number Diff line number Diff line change 11<?php declare (strict_types=1 );
22
3+ namespace PhpParser \Node \Stmt ;
4+
5+ use PhpParser \Node \UseItem ;
6+
37require __DIR__ . '/../UseItem.php ' ;
8+
9+ if (false ) {
10+ // For classmap-authoritative support.
11+ class UseUse extends UseItem {
12+ }
13+ }
You can’t perform that action at this time.
0 commit comments