Skip to content

Commit

Permalink
immediatelyCalledCallables: add call_user_func to defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
janedbal committed Feb 12, 2024
1 parent bf5b8f3 commit e2f6764
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ parameters:
array_map: 0
array_walk_recursive: 1
array_walk: 1
call_user_func: 0
call_user_func_array: 0
forward_static_call: 0
forward_static_call_array: 0
uasort: 1
uksort: 1
usort: 1
Expand Down
4 changes: 4 additions & 0 deletions rules.neon
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ parameters:
array_map: 0
array_walk_recursive: 1
array_walk: 1
call_user_func: 0
call_user_func_array: 0
forward_static_call: 0
forward_static_call_array: 0
uasort: 1
uksort: 1
usort: 1
Expand Down

0 comments on commit e2f6764

Please sign in to comment.