Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
aggregator
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
aggregator
Merge requests
!11
Attempted to fix phpstan errors
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Attempted to fix phpstan errors
issue/aggregator-3405386:3405386-fix-phpstan-errors
into
2.x
Overview
26
Commits
38
Pipelines
37
Changes
68
Merged
David Cameron
requested to merge
issue/aggregator-3405386:3405386-fix-phpstan-errors
into
2.x
1 year ago
Overview
26
Commits
38
Pipelines
37
Changes
68
Expand
Closes
#3405386
0
0
Merge request reports
Compare
2.x
version 36
2d276896
9 months ago
version 35
ac742261
9 months ago
version 34
099fd26d
9 months ago
version 33
c8ecdfee
9 months ago
version 32
668b4243
9 months ago
version 31
1c928cc1
9 months ago
version 30
d8ab7db8
9 months ago
version 29
50b2119d
9 months ago
version 28
050acc2b
9 months ago
version 27
72375a21
9 months ago
version 26
67f81327
9 months ago
version 25
b789ff88
9 months ago
version 24
39d50490
9 months ago
version 23
5e76b252
9 months ago
version 22
ebae3388
9 months ago
version 21
cd64fd84
9 months ago
version 20
7c7706bf
9 months ago
version 19
fc0cc72d
10 months ago
version 18
55de849b
10 months ago
version 17
a1c7cb80
10 months ago
version 16
fcc636e0
10 months ago
version 15
94a5f27b
1 year ago
version 14
b0f7f69d
1 year ago
version 13
9b21b2e3
1 year ago
version 12
112ee2b4
1 year ago
version 11
038ca79f
1 year ago
version 10
f112961c
1 year ago
version 9
9c16ecbf
1 year ago
version 8
be0cf025
1 year ago
version 7
1add2db6
1 year ago
version 6
e8899e27
1 year ago
version 5
c4cd24cf
1 year ago
version 4
21576c6c
1 year ago
version 3
50b91cc2
1 year ago
version 2
da522558
1 year ago
version 1
ace1ef87
1 year ago
2.x (base)
and
latest version
latest version
2d276896
38 commits,
9 months ago
version 36
2d276896
38 commits,
9 months ago
version 35
ac742261
35 commits,
9 months ago
version 34
099fd26d
33 commits,
9 months ago
version 33
c8ecdfee
32 commits,
9 months ago
version 32
668b4243
31 commits,
9 months ago
version 31
1c928cc1
28 commits,
9 months ago
version 30
d8ab7db8
26 commits,
9 months ago
version 29
50b2119d
25 commits,
9 months ago
version 28
050acc2b
24 commits,
9 months ago
version 27
72375a21
21 commits,
9 months ago
version 26
67f81327
20 commits,
9 months ago
version 25
b789ff88
19 commits,
9 months ago
version 24
39d50490
18 commits,
9 months ago
version 23
5e76b252
17 commits,
9 months ago
version 22
ebae3388
17 commits,
9 months ago
version 21
cd64fd84
17 commits,
9 months ago
version 20
7c7706bf
16 commits,
9 months ago
version 19
fc0cc72d
18 commits,
10 months ago
version 18
55de849b
18 commits,
10 months ago
version 17
a1c7cb80
17 commits,
10 months ago
version 16
fcc636e0
16 commits,
10 months ago
version 15
94a5f27b
15 commits,
1 year ago
version 14
b0f7f69d
14 commits,
1 year ago
version 13
9b21b2e3
13 commits,
1 year ago
version 12
112ee2b4
12 commits,
1 year ago
version 11
038ca79f
11 commits,
1 year ago
version 10
f112961c
10 commits,
1 year ago
version 9
9c16ecbf
9 commits,
1 year ago
version 8
be0cf025
8 commits,
1 year ago
version 7
1add2db6
7 commits,
1 year ago
version 6
e8899e27
6 commits,
1 year ago
version 5
c4cd24cf
5 commits,
1 year ago
version 4
21576c6c
4 commits,
1 year ago
version 3
50b91cc2
3 commits,
1 year ago
version 2
da522558
2 commits,
1 year ago
version 1
ace1ef87
1 commit,
1 year ago
68 files
+
555
−
266
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
68
Search (e.g. *.vue) (Ctrl+P)
src/Annotation/AggregatorFetcher.php
+
2
−
1
Options
@@ -9,7 +9,8 @@ use Drupal\Component\Annotation\Plugin;
@@ -9,7 +9,8 @@ use Drupal\Component\Annotation\Plugin;
*
*
* Plugin Namespace: Plugin\aggregator\fetcher.
* Plugin Namespace: Plugin\aggregator\fetcher.
*
*
* For a working example, see \Drupal\aggregator\Plugin\aggregator\fetcher\DefaultFetcher
* For a working example, see
* \Drupal\aggregator\Plugin\aggregator\fetcher\DefaultFetcher
*
*
* @see \Drupal\aggregator\Plugin\AggregatorPluginManager
* @see \Drupal\aggregator\Plugin\AggregatorPluginManager
* @see \Drupal\aggregator\Plugin\FetcherInterface
* @see \Drupal\aggregator\Plugin\FetcherInterface
Loading