Skip to content

Commit

Permalink
Turn off native_function_invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
josephscott committed Nov 5, 2024
1 parent 94e8695 commit b4a5b8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog



## 0.0.3 : 2024-11-04
- Turn off `native_function_invocation`

## 0.0.2 : 2024-08-06
- Include `declare_strict_types` as true by default

Expand Down
2 changes: 2 additions & 0 deletions src/josephscott/phpcsfixer-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,11 @@ class PHPCSFixer_Config {
'strategy' => 'no_multi_line',
],
'native_function_casing' => true,
/*
'native_function_invocation' => [
'scope' => 'namespaced',
],
*/
'no_alias_functions' => true,
'no_extra_blank_lines' => [
'tokens' => [
Expand Down

0 comments on commit b4a5b8b

Please sign in to comment.