@@ -8,6 +8,6 @@ |
||
| 8 | 8 | { |
| 9 | 9 | public function __construct($json) |
| 10 | 10 | { |
| 11 | - parent::__construct('"' . json_encode($json) . '"" is not an encoded PSR-7 uploaded file'); |
|
| 11 | + parent::__construct('"'.json_encode($json).'"" is not an encoded PSR-7 uploaded file'); |
|
| 12 | 12 | } |
| 13 | 13 | } |