Skip to content

Commit

Permalink
Update .php-cs-fixer.dist.php
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed May 30, 2023
1 parent 1ff50df commit 526679d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
'lowercase_static_reference' => true,
'magic_constant_casing' => true,
'magic_method_casing' => true,
'mb_str_functions' => true,
'mb_str_functions' => false,
'method_argument_space' => ['on_multiline' => 'ensure_fully_multiline', 'after_heredoc' => true],
'method_chaining_indentation' => true,
'modernize_strpos' => true,
Expand Down

0 comments on commit 526679d

Please sign in to comment.