Checks that methods do not have more than a specified number of arguments.
-
class: Phauthentic\PHPStanRules\CleanCode\TooManyArgumentsRule
arguments:
maxArguments: 3
tags:
- phpstan.rules.rulemaxArguments: Maximum allowed number of method arguments (required).