Skip to content

Check MethodArgumentCountMatchesParameterCount

github-actions[bot] edited this page Nov 7, 2025 · 1 revision

method-argument-count-matches-parameter-count - Method argument count matches parameter count

Explanation

_method a.m(param1, param2)
_endmethod
$

_block
    a.m(1)
_endblock
$

The example above shows a call to method

a.m()

, but is missing argument

param2

when calling the method.

Note

This page is generated. Any changes made to this page through the wiki will be lost in the future.

Clone this wiki locally