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