Completed
Pull Request — 3.x (#61)
by Hari
02:18
created
src/Fieldset.php 2 patches
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.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
  */
11 11
 namespace Aura\Input;
12 12
 
13
-use ArrayObject;
14 13
 use Aura\Filter_Interface\FilterInterface;
15 14
 use Aura\Filter_Interface\FailureCollectionInterface;
16 15
 
Please login to merge, or discard this patch.