This commit is contained in:
TiclemFR
2024-01-20 23:14:52 +01:00
parent a068f54957
commit 031f7071e6
881 changed files with 241469 additions and 247870 deletions

View File

@@ -9,9 +9,8 @@ namespace PhpParser\Node;
* Examples: Names in property declarations are formatted as variables. Names in static property
* lookups are also formatted as variables.
*/
class VarLikeIdentifier extends Identifier
{
public function getType() : string {
class VarLikeIdentifier extends Identifier {
public function getType(): string {
return 'VarLikeIdentifier';
}
}