@@ -8,6 +8,6 @@ |
||
8 | 8 | { |
9 | 9 | public function __construct($json) |
10 | 10 | { |
11 | - parent::__construct('"' . json_encode($json) . '"" is not an encoded Throwable or Exception'); |
|
11 | + parent::__construct('"'.json_encode($json).'"" is not an encoded Throwable or Exception'); |
|
12 | 12 | } |
13 | 13 | } |
@@ -3,5 +3,5 @@ |
||
3 | 3 | namespace WyriHaximus\React; |
4 | 4 | |
5 | 5 | if (!function_exists('WyriHaximus\psr7_response_json_encode')) { |
6 | - require __DIR__ . '/functions.php'; |
|
6 | + require __DIR__.'/functions.php'; |
|
7 | 7 | } |