Passed
Branch master (ee247c)
by MediaCT
03:03
created
Category
src/MediactCommon/TypeHintsTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
         $typeNames = explode('|', $type);
51 51
         return array_unique(
52 52
             array_map(
53
-                function ($typeName) use ($mapping) {
53
+                function($typeName) use ($mapping) {
54 54
                     if (isset($mapping[$typeName])) {
55 55
                         return $mapping[$typeName];
56 56
                     }
Please login to merge, or discard this patch.
src/MediactPhpUnit/Sniffs/Coverage/CoversTagSniff.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -163,7 +163,7 @@
 block discarded – undo
163 163
     {
164 164
         $matches = array_filter(
165 165
             array_map(
166
-                function ($pattern) use ($functionName) {
166
+                function($pattern) use ($functionName) {
167 167
                     return fnmatch($pattern, $functionName);
168 168
                 },
169 169
                 $this->methodPatterns
Please login to merge, or discard this patch.