Home
last modified time | relevance | path

Searched refs:PropertyProperty (Results 1 – 6 of 6) sorted by relevance

/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DPropertyProperty.php11 class PropertyProperty extends PropertyItem { class
/PHP-Parser/lib/PhpParser/Node/
H A DPropertyItem.php37 class_alias(PropertyItem::class, Stmt\PropertyProperty::class);
/PHP-Parser/test/PhpParser/
H A DCompatibilityTest.php35 $this->assertTrue($node instanceof Stmt\PropertyProperty);
62 $node = new Stmt\PropertyProperty('x');
/PHP-Parser/
H A DUPGRADE-4.0.md37 * `Stmt\PropertyProperty::$name` (uses `VarLikeIdentifier`)
H A Dphpstan-baseline.neon131 path: lib/PhpParser/Node/Stmt/PropertyProperty.php
H A DUPGRADE-5.0.md288 * `Node\Stmt\PropertyProperty` is now `Node\PropertyItem` and no longer extends `Node\Stmt`.

Completed in 11 milliseconds