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
Comment #3
osmanThanks Steve.