Completed
Push — master ( 4d78d0...67dda6 )
by Владислав
04:10 queued 02:06
created
src/core/DeCaptchaBase.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@
 block discarded – undo
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,
Please login to merge, or discard this patch.