Completed
Push — master ( 908bea...fd07ac )
by diego
02:30
created
Classes/Processor/Configuration.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,8 +52,8 @@
 block discarded – undo
52 52
      */
53 53
     public function process(array $configuration, ManagerInterface $manager, $filter = null)
54 54
     {
55
-        if($filter !== null) {
56
-            if($this->canProcess($configuration, $filter)) {
55
+        if ($filter !== null) {
56
+            if ($this->canProcess($configuration, $filter)) {
57 57
                 $configuration = $configuration[$filter];
58 58
             } else {
59 59
                 return;
Please login to merge, or discard this patch.