@@ -36,7 +36,7 @@ |
||
| 36 | 36 | 'user_agent' => $this->request->getUserAgent(), |
| 37 | 37 | 'referer' => $this->request->getReferer(), |
| 38 | 38 | 'scheme' => $this->request->getScheme(), |
| 39 | - 'proxy' => 'php-sdk-redirectionio:'.Client::VERSION, |
|
| 39 | + 'proxy' => 'php-sdk-redirectionio:' . Client::VERSION, |
|
| 40 | 40 | 'use_json' => true, |
| 41 | 41 | ]; |
| 42 | 42 | |