Hello Osman,
There is a small error on your Commit f1720ce on 8.x-3.x.
there is an extra comma ',' on line 69 of the file src/Plugin/Filter/LazyFilter.php

public static function create(ContainerInterface $container, array $configuration, $plugin_id, $plugin_definition) {
    return new static(
      $configuration,
      $plugin_id,
      $plugin_definition,
      $container->get('config.factory')->get('lazy.settings'),
      $container->get('lazy')
    );
  }

Comments

steveoriol created an issue. See original summary.

  • osman committed 861affa on 8.x-3.x
    Issue #3199348 by steveoriol: ParseError: syntax error, unexpected ')'...
osman’s picture

Status: Active » Fixed

Thanks Steve.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.