diff --git a/src/Generator/Schema.php b/src/Generator/Schema.php index 8e52d94..f6dfeac 100644 --- a/src/Generator/Schema.php +++ b/src/Generator/Schema.php @@ -57,10 +57,12 @@ public static function generate(string $name, string $namespace, string $classNa '@', '+', '-', + '$', ], [ '_AT_', '_PLUSES_', '_MINUS_', + '', ], $propertyName); $propertyStmt = $factory->property($propertyName)->makePrivate(); $propertyDocBlock = [];