Completed
Push — master ( 57f15c...4c5052 )
by Kamil
06:23 queued 02:35
created
src/Context/Environment/Handler/ContextServiceEnvironmentHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -132,7 +132,7 @@
 block discarded – undo
132 132
             ), $suite->getName());
133 133
         }
134 134
 
135
-        $contexts = array_filter($contexts, function ($context) use ($contextsToRemove): bool {
135
+        $contexts = array_filter($contexts, function($context) use ($contextsToRemove): bool {
136 136
             return !in_array($this->normalizeContext($context), $contextsToRemove, true);
137 137
         });
138 138
 
Please login to merge, or discard this patch.