Skip to content
Snippets Groups Projects

Issue #3359001: Fix PHPStan L1 errors "Function \Foo\Bar\baz invoked with X parameters, 0 required."

Issue #3359001: Fix PHPStan L1 errors "Function \Foo\Bar\baz invoked with X parameters, 0 required."
1 unresolved thread
Closed spokje requested to merge issue/drupal-3359001:3359001-fix-phpstan-l1 into 10.1.x
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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);
  • spokje mentioned in merge request !5096 (closed)

    mentioned in merge request !5096 (closed)

  • closed

  • Please register or sign in to reply
    Loading