Passed
Branch master (019c45)
by Vicens
02:59
created
Category
src/Builder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -201,7 +201,7 @@
 block discarded – undo
201 201
         //存储验证码
202 202
         $this->store->set($this->getFullName(), $this->hash(strtolower($code)));
203 203
 
204
-        $this->image = new Image($image);;
204
+        $this->image = new Image($image); ;
205 205
 
206 206
         return $this->image;
207 207
     }
Please login to merge, or discard this patch.
src/Providers/CaptchaServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
         );
41 41
 
42 42
         //注册到容器中
43
-        $this->app->singleton('captcha', function () {
43
+        $this->app->singleton('captcha', function() {
44 44
 
45 45
             $config = config('captcha', array());
46 46
 
Please login to merge, or discard this patch.