Completed
Push — master ( cabb54...73828c )
by Arthur
02:59 queued 10s
created
src/Attribute.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
 
69 69
         $attribute->setRules(
70 70
             collect($attribute->getRules())
71
-                ->reject(function ($value) {
71
+                ->reject(function($value) {
72 72
                     return $value === 'required';
73 73
                 })
74 74
                 ->toArray()
@@ -94,7 +94,7 @@  discard block
 block discarded – undo
94 94
 
95 95
     public function rule(...$rules)
96 96
     {
97
-        collect($rules)->each(function ($rule) {
97
+        collect($rules)->each(function($rule) {
98 98
             $this->setRules(
99 99
                 collect($this->extractRules($rule))
100 100
                     ->flatten()
Please login to merge, or discard this patch.