@@ -72,7 +72,7 @@ |
||
| 72 | 72 | $default = $this->valueConverter->prettyPrintExpr($object->default); |
| 73 | 73 | } |
| 74 | 74 | |
| 75 | - $descriptor = new ArgumentDescriptor($object->name, $default, $object->byRef, $object->variadic);; |
|
| 75 | + $descriptor = new ArgumentDescriptor($object->name, $default, $object->byRef, $object->variadic); ; |
|
| 76 | 76 | |
| 77 | 77 | if (!empty($object->type)) { |
| 78 | 78 | $descriptor->addType((string)$object->type); |