Completed
Push — 3.x ( eb6949...ce948d )
by Hari
9s
created
src/Fieldset.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -353,8 +353,8 @@  discard block
 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
         $success = $this->filter->apply($this);
359 359
         if (! $success) {
360 360
             $this->success = $success;
@@ -371,7 +371,7 @@  discard block
 block discarded – undo
371 371
             }
372 372
         }
373 373
 
374
-         // If there is no failure, then it is a success on all Filters
374
+            // If there is no failure, then it is a success on all Filters
375 375
         if (! isset($this->success) && $success) {
376 376
             $this->success = true;
377 377
         }
Please login to merge, or discard this patch.