Aggiornato Composer
This commit is contained in:
@@ -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';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user