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 5
5
require __DIR__ . '/../ArrayItem.php ' ;
6
6
7
7
if (false ) {
8
- // For classmap-authoritative support.
8
+ /**
9
+ * For classmap-authoritative support.
10
+ *
11
+ * @deprecated use \PhpParser\Node\ArrayItem instead.
12
+ */
9
13
class ArrayItem extends \PhpParser \Node \ArrayItem {
10
14
}
11
15
}
Original file line number Diff line number Diff line change 5
5
require __DIR__ . '/../ClosureUse.php ' ;
6
6
7
7
if (false ) {
8
- // For classmap-authoritative support.
8
+ /**
9
+ * For classmap-authoritative support.
10
+ *
11
+ * @deprecated use \PhpParser\Node\ClosureUse instead.
12
+ */
9
13
class ClosureUse extends \PhpParser \Node \ClosureUse {
10
14
}
11
15
}
Original file line number Diff line number Diff line change 5
5
require __DIR__ . '/Float_.php ' ;
6
6
7
7
if (false ) {
8
- // For classmap-authoritative support.
8
+ /**
9
+ * For classmap-authoritative support.
10
+ *
11
+ * @deprecated use \PhpParser\Node\Scalar\Float_ instead.
12
+ */
9
13
class DNumber extends Float_ {
10
14
}
11
15
}
Original file line number Diff line number Diff line change 5
5
require __DIR__ . '/InterpolatedString.php ' ;
6
6
7
7
if (false ) {
8
- // For classmap-authoritative support.
8
+ /**
9
+ * For classmap-authoritative support.
10
+ *
11
+ * @deprecated use \PhpParser\Node\Scalar\InterpolatedString instead.
12
+ */
9
13
class Encapsed extends InterpolatedString {
10
14
}
11
15
}
Original file line number Diff line number Diff line change 7
7
require __DIR__ . '/../InterpolatedStringPart.php ' ;
8
8
9
9
if (false ) {
10
- // For classmap-authoritative support.
10
+ /**
11
+ * For classmap-authoritative support.
12
+ *
13
+ * @deprecated use \PhpParser\Node\InterpolatedStringPart instead.
14
+ */
11
15
class EncapsedStringPart extends InterpolatedStringPart {
12
16
}
13
17
}
Original file line number Diff line number Diff line change 5
5
require __DIR__ . '/Int_.php ' ;
6
6
7
7
if (false ) {
8
- // For classmap-authoritative support.
8
+ /**
9
+ * For classmap-authoritative support.
10
+ *
11
+ * @deprecated use \PhpParser\Node\Scalar\Int_ instead.
12
+ */
9
13
class LNumber extends Int_ {
10
14
}
11
15
}
Original file line number Diff line number Diff line change 7
7
require __DIR__ . '/../DeclareItem.php ' ;
8
8
9
9
if (false ) {
10
- // For classmap-authoritative support.
10
+ /**
11
+ * For classmap-authoritative support.
12
+ *
13
+ * @deprecated use \PhpParser\Node\DeclareItem instead.
14
+ */
11
15
class DeclareDeclare extends DeclareItem {
12
16
}
13
17
}
Original file line number Diff line number Diff line change 7
7
require __DIR__ . '/../PropertyItem.php ' ;
8
8
9
9
if (false ) {
10
- // For classmap-authoritative support.
10
+ /**
11
+ * For classmap-authoritative support.
12
+ *
13
+ * @deprecated use \PhpParser\Node\PropertyItem instead.
14
+ */
11
15
class PropertyProperty extends PropertyItem {
12
16
}
13
17
}
Original file line number Diff line number Diff line change 5
5
require __DIR__ . '/../StaticVar.php ' ;
6
6
7
7
if (false ) {
8
- // For classmap-authoritative support.
8
+ /**
9
+ * For classmap-authoritative support.
10
+ *
11
+ * @deprecated use \PhpParser\Node\StaticVar instead.
12
+ */
9
13
class StaticVar extends \PhpParser \Node \StaticVar {
10
14
}
11
15
}
Original file line number Diff line number Diff line change 7
7
require __DIR__ . '/../UseItem.php ' ;
8
8
9
9
if (false ) {
10
- // For classmap-authoritative support.
10
+ /**
11
+ * For classmap-authoritative support.
12
+ *
13
+ * @deprecated use \PhpParser\Node\UseItem instead.
14
+ */
11
15
class UseUse extends UseItem {
12
16
}
13
17
}
You can’t perform that action at this time.
0 commit comments