@@ -83,7 +83,7 @@ |
||
| 83 | 83 | case 'array': |
| 84 | 84 | return array_fill(0, 2, uniqid('', true)); |
| 85 | 85 | default: |
| 86 | - throw new \UnexpectedValueException('Unknow type. '.$type->getName()); |
|
| 86 | + throw new \UnexpectedValueException('Unknow type. ' . $type->getName()); |
|
| 87 | 87 | } |
| 88 | 88 | } |
| 89 | 89 | } |