@@ -865,7 +865,7 @@ |
||
| 865 | 865 | protected function addProperty(string $value, ?string $name = null): self |
| 866 | 866 | { |
| 867 | 867 | $shortClass = $this->getClassBaseName($value); |
| 868 | - if($name === null){ |
|
| 868 | + if ($name === null) { |
|
| 869 | 869 | $name = Str::camel($shortClass, true); |
| 870 | 870 | } |
| 871 | 871 | |