$arguments is expanded, but the parameter $names of Vanderlee\Comprehend\Bui...ctRuleset::defineRule() does not expect variable arguments.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
Are you sure the usage of self::defineRule($rules, $arguments) targeting Vanderlee\Comprehend\Bui...ctRuleset::defineRule() seems to always return null.
This check looks for function or method calls that always return null and whose
return value is used.
$arguments is expanded, but the parameter $names of Vanderlee\Comprehend\Bui...uleset::isRuleDefined() does not expect variable arguments.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
$arguments is expanded, but the parameter $names of Vanderlee\Comprehend\Bui...Ruleset::undefineRule() does not expect variable arguments.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
Are you sure the usage of self::undefineRule($rules, $arguments) targeting Vanderlee\Comprehend\Bui...Ruleset::undefineRule() seems to always return null.
This check looks for function or method calls that always return null and whose
return value is used.