Line base\Kader\Kader.php (in context of class Kader\Debugging)
------ ------------------------------------------------------------------------------
107 Method Kader\Debugging::configDebug() invoked with 0 parameters, 2 required.
------ ------------------------------------------------------------------------------
[ERROR] Found 1 error
Kader.php has this line
$this->configDebug();
Which calls:
public function configDebug($action = 'start', $options = []) {
I'm wondering why PHPStan can't see that the function clearly has default arguments and thus doesn't require it to be called with two parameters?