Test Failed
Push — refactoring ( 592638 )
by Sergei
08:01
created
src/Container.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -225,7 +225,7 @@
 block discarded – undo
225 225
         if (isset($definition[self::DEFINITION_META])) {
226 226
             $newDefinition = $definition[self::DEFINITION_META];
227 227
             unset($definition[self::DEFINITION_META]);
228
-            $meta = array_filter($definition, static function ($key) {
228
+            $meta = array_filter($definition, static function($key) {
229 229
                 return in_array($key, self::ALLOWED_META, true);
230 230
             }, ARRAY_FILTER_USE_KEY);
231 231
             $definition = $newDefinition;
Please login to merge, or discard this patch.