Passed
Push β€” master ( a19138...d27343 )
by Sheldon
04:02
created
app/Validators/AdminUserValidator.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,5 +10,5 @@
 block discarded – undo
10 10
     protected $rules = [
11 11
         ValidatorInterface::RULE_CREATE => [],
12 12
         ValidatorInterface::RULE_UPDATE => [],
13
-   ];
13
+    ];
14 14
 }
Please login to merge, or discard this patch.
app/Validators/ProductModelValidator.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,5 +18,5 @@
 block discarded – undo
18 18
         'model_name'	=> '	required|max:150',
19 19
         'code'	      => '	required|max:50',
20 20
     ],
21
-   ];
21
+    ];
22 22
 }
Please login to merge, or discard this patch.
app/Validators/SocialiteUserValidator.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,5 +18,5 @@
 block discarded – undo
18 18
         'provider'	        => 'required',
19 19
         'provider_user_id'	=> 'required',
20 20
     ],
21
-   ];
21
+    ];
22 22
 }
Please login to merge, or discard this patch.
app/Providers/RouteServiceProvider.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,8 +52,8 @@
 block discarded – undo
52 52
     protected function mapWebRoutes()
53 53
     {
54 54
         Route::middleware('web')
55
-             ->namespace($this->namespace)
56
-             ->group(base_path('routes/web.php'));
55
+                ->namespace($this->namespace)
56
+                ->group(base_path('routes/web.php'));
57 57
     }
58 58
 
59 59
     /**
Please login to merge, or discard this patch.
app/Services/Image/YeelightImageService.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -433,7 +433,7 @@
 block discarded – undo
433 433
      * @return bool
434 434
      */
435 435
     public function saveImage($image, $exif, $final_path_with_name,
436
-                              &$final_file_sha1 = null, &$final_file_size = null)
436
+                                &$final_file_sha1 = null, &$final_file_size = null)
437 437
     {
438 438
         // set correct orientation
439 439
         if (!empty($exif) && is_array($exif)) {
Please login to merge, or discard this patch.
app/Validators/AdminMenuValidator.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,5 +10,5 @@
 block discarded – undo
10 10
     protected $rules = [
11 11
         ValidatorInterface::RULE_CREATE => [],
12 12
         ValidatorInterface::RULE_UPDATE => [],
13
-   ];
13
+    ];
14 14
 }
Please login to merge, or discard this patch.
app/Validators/UserValidator.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,5 +10,5 @@
 block discarded – undo
10 10
     protected $rules = [
11 11
         ValidatorInterface::RULE_CREATE => [],
12 12
         ValidatorInterface::RULE_UPDATE => [],
13
-   ];
13
+    ];
14 14
 }
Please login to merge, or discard this patch.
app/Validators/AdminPermissionValidator.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,5 +10,5 @@
 block discarded – undo
10 10
     protected $rules = [
11 11
         ValidatorInterface::RULE_CREATE => [],
12 12
         ValidatorInterface::RULE_UPDATE => [],
13
-   ];
13
+    ];
14 14
 }
Please login to merge, or discard this patch.
app/Validators/AdminRoleValidator.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,5 +10,5 @@
 block discarded – undo
10 10
     protected $rules = [
11 11
         ValidatorInterface::RULE_CREATE => [],
12 12
         ValidatorInterface::RULE_UPDATE => [],
13
-   ];
13
+    ];
14 14
 }
Please login to merge, or discard this patch.