Skip to content

Commit

Permalink
Drop mb_str_functions
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikzogg committed Oct 3, 2021
1 parent 39296c8 commit 38932cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/** @var array $config */
$config = require __DIR__ . '/vendor/chubbyphp/chubbyphp-dev-helper/phpcs.php';

unset($config['rules']['mb_str_functions']);

return (new PhpCsFixer\Config)
->setIndent($config['indent'])
->setLineEnding($config['lineEnding'])
Expand Down

0 comments on commit 38932cd

Please sign in to comment.