Skip to content
Snippets Groups Projects
Commit 6f67d4db authored by NGUYEN Bao's avatar NGUYEN Bao
Browse files

fixed phpstan

parent 946d8139
Branches
Tags 1.0.1
No related merge requests found
Pipeline #419730 passed
...@@ -9,6 +9,7 @@ use Drupal\Core\Hook\Attribute\Hook; ...@@ -9,6 +9,7 @@ use Drupal\Core\Hook\Attribute\Hook;
use Drupal\Core\Routing\RouteMatchInterface; use Drupal\Core\Routing\RouteMatchInterface;
use Drupal\Core\StringTranslation\StringTranslationTrait; use Drupal\Core\StringTranslation\StringTranslationTrait;
use Drupal\filter\FilterPluginManager; use Drupal\filter\FilterPluginManager;
use Symfony\Component\DependencyInjection\ContainerInterface;
/** /**
* Hook implementations for Input Pattern Hook. * Hook implementations for Input Pattern Hook.
...@@ -30,7 +31,7 @@ class InputPatternHook { ...@@ -30,7 +31,7 @@ class InputPatternHook {
public function __construct( public function __construct(
protected ModuleHandlerInterface $moduleHandler, protected ModuleHandlerInterface $moduleHandler,
protected ConfigFactoryInterface $configFactory, protected ConfigFactoryInterface $configFactory,
protected ?FilterPluginManager $filterPluginManager = NULL protected ?FilterPluginManager $filterPluginManager = NULL,
) { ) {
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment