@@ -488,6 +488,11 @@ |
||
| 488 | 488 | return $str; |
| 489 | 489 | } |
| 490 | 490 | |
| 491 | + /** |
|
| 492 | + * @param string|null $name |
|
| 493 | + * @param string $description |
|
| 494 | + * @param string $type |
|
| 495 | + */ |
|
| 491 | 496 | private static function registerProperty(PhpClass $class, $name, $description, $type, $nullable = false) |
| 492 | 497 | { |
| 493 | 498 | if (!$class->hasProperty($name)) { |