Passed
Pull Request — master (#14)
by Enjoys
07:32 queued 05:10
created
src/Rule/Upload.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -125,7 +125,7 @@
 block discarded – undo
125 125
         $parsed = $this->parseRuleOpts($ruleOpts);
126 126
 
127 127
         $threshold_size = $parsed['param'];
128
-       // Assert::in($threshold_size);
128
+        // Assert::in($threshold_size);
129 129
 
130 130
         $message = $parsed['message'];
131 131
 
Please login to merge, or discard this patch.
src/Traits/Fill.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
117 117
     }
118 118
 
119 119
     /**
120
- * @param  array<Fillable&Element> $elements
120
+     * @param  array<Fillable&Element> $elements
121 121
      * @return Fillable
122 122
      */
123 123
     public function addElements(array $elements): Fillable
Please login to merge, or discard this patch.