@@ -247,7 +247,7 @@ |
||
| 247 | 247 | $this->commission = new Commission($element); |
| 248 | 248 | break; |
| 249 | 249 | default: |
| 250 | - throw new InvalidArgumentException('Element type ' . $elementType . ' is not supported'); |
|
| 250 | + throw new InvalidArgumentException('Element type '.$elementType.' is not supported'); |
|
| 251 | 251 | } |
| 252 | 252 | } |
| 253 | 253 | |