Passed
Push — master ( bda0ff...1025c3 )
by Matthijs
01:44
created
src/Services/Attribute/AttributeService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
         );
37 37
         
38 38
         if ($id) {
39
-            $rules['title'] =   $rules['title'].','.$id.' = id';
39
+            $rules['title'] = $rules['title'].','.$id.' = id';
40 40
         }
41 41
 
42 42
         return $rules;
Please login to merge, or discard this patch.