| @@ -97,7 +97,7 @@ | ||
| 97 | 97 | return [ | 
| 98 | 98 | 'method' => 'post', | 
| 99 | 99 | 'key' => $this->apiKey, | 
| 100 | - 'file' => (version_compare(PHP_VERSION, '5.5.0') >= 0) ? new \CURLFile($filePath) : '@'.$filePath, | |
| 100 | + 'file' => (version_compare(PHP_VERSION, '5.5.0') >= 0) ? new \CURLFile($filePath) : '@' . $filePath, | |
| 101 | 101 | 'phrase' => $this->isPhrase, | 
| 102 | 102 | 'regsense' => $this->isRegSense, | 
| 103 | 103 | 'numeric' => $this->isNumeric, |