Issue #3359001: Fix PHPStan L1 errors "Function \Foo\Bar\baz invoked with X parameters, 0 required."
1 unresolved thread
Merge request reports
Activity
11 11 12 12 /** 13 13 * Executes the plugin. 14 * 15 * @param mixed $object 16 * (optional) An object. 14 17 */ 15 public function execute(); 18 public function execute($object = NULL); mentioned in merge request !5096 (closed)
Please register or sign in to reply