Passed
Push — refactoring ( eae241...68edd5 )
by Sergei
02:21
created
src/DefinitionParser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
         return array_filter(
114 114
             $meta,
115 115
             /** @param mixed $key */
116
-            function ($key) {
116
+            function($key) {
117 117
                 return in_array($key, $this->allowedMeta, true);
118 118
             },
119 119
             ARRAY_FILTER_USE_KEY
Please login to merge, or discard this patch.