Pattern: Too many function arguments
Issue: -
Warns when a function receives more parameters than the maximum set by the rule's configuration. Enforcing a maximum number of parameters helps to keep the code readable and maintainable.
(int) the maximum number of parameters allowed per function.
[rule.argument-limit]
arguments =[4]