Completed
Push — 3.x ( ce948d...98bb5a )
by Hari
9s
created
src/Fieldset.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -353,8 +353,8 @@
 block discarded – undo
353 353
      * @return bool True if all the filter rules pass, false if not.
354 354
      *
355 355
      */
356
-     public function filter()
357
-     {
356
+        public function filter()
357
+        {
358 358
         $this->success = $this->filter->apply($this);
359 359
         $this->failures = $this->filter->getFailures();
360 360
 
Please login to merge, or discard this patch.