Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
discord_php
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
discord_php
Merge requests
!2
Add tests for ECA-submodule
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add tests for ECA-submodule
feature/tests
into
1.0.x
Overview
0
Commits
27
Pipelines
25
Changes
12
Merged
Jasper Lammens
requested to merge
feature/tests
into
1.0.x
1 year ago
Overview
0
Commits
27
Pipelines
25
Changes
12
Expand
0
0
Merge request reports
Compare
1.0.x
version 23
6c2fff90
11 months ago
version 22
144caf72
11 months ago
version 21
10d14fe7
1 year ago
version 20
39011d96
1 year ago
version 19
a8467865
1 year ago
version 18
339036f1
1 year ago
version 17
af526a83
1 year ago
version 16
2b6a42e9
1 year ago
version 15
c8f32391
1 year ago
version 14
ba28942a
1 year ago
version 13
040bc26f
1 year ago
version 12
51dcb29a
1 year ago
version 11
ffece69e
1 year ago
version 10
7ba15945
1 year ago
version 9
7dcfc597
1 year ago
version 8
ea0bfabc
1 year ago
version 7
02f9e845
1 year ago
version 6
482f84b6
1 year ago
version 5
02418b65
1 year ago
version 4
5850eb8d
1 year ago
version 3
a6a0c7f1
1 year ago
version 2
d838dff0
1 year ago
version 1
0142fcd9
1 year ago
1.0.x (base)
and
latest version
latest version
08528ede
27 commits,
11 months ago
version 23
6c2fff90
26 commits,
11 months ago
version 22
144caf72
25 commits,
11 months ago
version 21
10d14fe7
24 commits,
1 year ago
version 20
39011d96
22 commits,
1 year ago
version 19
a8467865
21 commits,
1 year ago
version 18
339036f1
20 commits,
1 year ago
version 17
af526a83
19 commits,
1 year ago
version 16
2b6a42e9
17 commits,
1 year ago
version 15
c8f32391
16 commits,
1 year ago
version 14
ba28942a
15 commits,
1 year ago
version 13
040bc26f
14 commits,
1 year ago
version 12
51dcb29a
13 commits,
1 year ago
version 11
ffece69e
12 commits,
1 year ago
version 10
7ba15945
11 commits,
1 year ago
version 9
7dcfc597
10 commits,
1 year ago
version 8
ea0bfabc
9 commits,
1 year ago
version 7
02f9e845
8 commits,
1 year ago
version 6
482f84b6
7 commits,
1 year ago
version 5
02418b65
6 commits,
1 year ago
version 4
5850eb8d
5 commits,
1 year ago
version 3
a6a0c7f1
3 commits,
1 year ago
version 2
d838dff0
2 commits,
1 year ago
version 1
0142fcd9
1 commit,
1 year ago
12 files
+
284
−
11
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
Search (e.g. *.vue) (Ctrl+P)
modules/eca/src/EventSubscriber/EcaEventSubscriber.php
+
3
−
3
Options
@@ -38,9 +38,9 @@ class EcaEventSubscriber extends EcaBase {
public
function
__construct
(
Processor
$processor
,
TokenInterface
$token_service
,
protected
LoggerChannelInterface
$logger
,
protected
NormalizerInterface
$serializer
,
protected
TypedDataManagerInterface
$typedDataManager
protected
readonly
LoggerChannelInterface
$logger
,
protected
readonly
NormalizerInterface
$serializer
,
protected
readonly
TypedDataManagerInterface
$typedDataManager
,
)
{
parent
::
__construct
(
$processor
,
$token_service
);
}
Loading