Skip to content

Commit

Permalink
Merge 08e4565 into 9841439
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Feb 14, 2020
2 parents 9841439 + 08e4565 commit c0fd86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config.php
Expand Up @@ -25,7 +25,7 @@ public function getRules(): array
"cast_spaces" => true,
"combine_consecutive_unsets" => true,
"function_to_constant" => true,
"native_function_invocation" => true,
"native_function_invocation" => ['exclude' => ['touch', 'link', 'symlink', 'readlink', 'rename', 'unlink', 'mkdir', 'rmdir', 'scandir', 'chmod', 'chown', 'lstat', 'mtime', 'atime', 'ctime']],
"no_multiline_whitespace_before_semicolons" => true,
"no_unused_imports" => true,
"no_useless_else" => true,
Expand Down

0 comments on commit c0fd86e

Please sign in to comment.