Skip to content

Commit

Permalink
infection#654 code style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
majkel89 committed Mar 26, 2019
1 parent 1789a0b commit c683158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mutator/Extensions/MBString.php
Expand Up @@ -103,7 +103,7 @@ private function setupConverters(array $functionsMap): void
'mb_convert_case' => $this->mapConvertCase(),
];

$functionsToRemove = \array_filter($functionsMap, function ($isOn) {
$functionsToRemove = \array_filter($functionsMap, static function ($isOn) {
return !$isOn;
});

Expand Down

0 comments on commit c683158

Please sign in to comment.