Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
input_pattern
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
input_pattern
Commits
6f67d4db
Commit
6f67d4db
authored
2 months ago
by
NGUYEN Bao
Browse files
Options
Downloads
Patches
Plain Diff
fixed phpstan
parent
946d8139
No related branches found
No related tags found
No related merge requests found
Pipeline
#419730
passed
2 months ago
Stage: build
Stage: validate
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Hook/InputPatternHook.php
+2
-1
2 additions, 1 deletion
src/Hook/InputPatternHook.php
with
2 additions
and
1 deletion
src/Hook/InputPatternHook.php
+
2
−
1
View file @
6f67d4db
...
@@ -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
,
)
{
)
{
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment