@@ -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 server request'); |
|
11 | + parent::__construct('"'.json_encode($json).'"" is not an encoded PSR-7 server request'); |
|
12 | 12 | } |
13 | 13 | } |