-
-
Notifications
You must be signed in to change notification settings - Fork 946
Closed
Description
With latest patch the master branch has phpstan false positives on errors:
Method Cake\Http\ServerRequest::input() invoked with 0 parameters, at
least 1 required.
Code snippet that reproduces the problem
$data = $this->input();
and
public function input(?callable $callback = null, ...$args)
{
}
Expected output
No error
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels