Skip to content

Commit

Permalink
infection#654 remove mutants
Browse files Browse the repository at this point in the history
  • Loading branch information
majkel89 committed Mar 10, 2019
1 parent 4526990 commit 733b40e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Mutator/Extensions/MBString.php
Expand Up @@ -87,9 +87,9 @@ private function setupConverters(array $functionsMap): void
'mb_ereg_match' => $this->mapNameSkipArg('preg_match', 2),
'mb_ereg_replace_callback' => $this->mapNameSkipArg('preg_replace_callback', 3),
'mb_ereg_replace' => $this->mapNameSkipArg('ereg_replace', 3),
'mb_ereg' => $this->mapNameSkipArg('ereg', 3),
'mb_ereg' => $this->mapName('ereg'),
'mb_eregi_replace' => $this->mapNameSkipArg('eregi_replace', 3),
'mb_eregi' => $this->mapNameSkipArg('eregi', 3),
'mb_eregi' => $this->mapName('eregi'),
'mb_ord' => $this->mapNameSkipArg('ord', 1),
'mb_parse_str' => $this->mapName('parse_str'),
'mb_send_mail' => $this->mapName('mail'),
Expand Down

0 comments on commit 733b40e

Please sign in to comment.