Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!548
Issue
#3207567
: Fix Drupal.Commenting.FunctionComment.MissingParamComment
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Closed
Issue
#3207567
: Fix Drupal.Commenting.FunctionComment.MissingParamComment
issue/drupal-3207567:3207567-fix-drupal.commenting.functioncomment.missingparamcomment
into
9.4.x
Overview
18
Commits
37
Pipelines
0
Changes
104
Closed
Issue #3207567: Fix Drupal.Commenting.FunctionComment.MissingParamComment
spokje
requested to merge
issue/drupal-3207567:3207567-fix-drupal.commenting.functioncomment.missingparamcomment
into
9.4.x
Apr 13, 2021
Overview
17
Commits
37
Pipelines
0
Changes
104
0
0
Merge request reports
Compare
9.4.x
version 32
9d0a9cac
Nov 18, 2021
version 31
9d0a9cac
Nov 3, 2021
version 30
923b48a8
Sep 12, 2021
version 29
51e21227
Aug 23, 2021
version 28
b8c23115
Aug 17, 2021
version 27
cdc4b36c
Aug 14, 2021
version 26
e7d3479f
Aug 14, 2021
version 25
1d0d6070
Aug 14, 2021
version 24
ce07f03d
Aug 8, 2021
version 23
286b143c
Aug 1, 2021
version 22
c7bd859e
Aug 1, 2021
version 21
3e7194b3
Jul 31, 2021
version 20
9d17930a
Jul 31, 2021
version 19
2fef3fa4
Jul 31, 2021
version 18
bed32537
Jun 24, 2021
version 17
4c5ed868
Jun 24, 2021
version 16
fef127a4
Jun 22, 2021
version 15
59cef53c
Jun 21, 2021
version 14
f3c258d8
Jun 19, 2021
version 13
6d361588
May 6, 2021
version 12
4840e7de
May 6, 2021
version 11
c19958c7
May 6, 2021
version 10
041907a7
May 6, 2021
version 9
041907a7
Apr 28, 2021
version 8
b09892bf
Apr 27, 2021
version 7
d843877b
Apr 27, 2021
version 6
c0e2cfd8
Apr 27, 2021
version 5
0763d437
Apr 27, 2021
version 4
f761bc09
Apr 20, 2021
version 3
517dfdb8
Apr 16, 2021
version 2
5d1e3094
Apr 13, 2021
version 1
68cdedab
Apr 13, 2021
9.4.x (base)
and
latest version
latest version
4dffe8dd
37 commits,
Nov 18, 2021
version 32
9d0a9cac
36 commits,
Nov 18, 2021
version 31
9d0a9cac
26 commits,
Nov 3, 2021
version 30
923b48a8
45 commits,
Sep 12, 2021
version 29
51e21227
44 commits,
Aug 23, 2021
version 28
b8c23115
43 commits,
Aug 17, 2021
version 27
cdc4b36c
42 commits,
Aug 14, 2021
version 26
e7d3479f
41 commits,
Aug 14, 2021
version 25
1d0d6070
40 commits,
Aug 14, 2021
version 24
ce07f03d
29 commits,
Aug 8, 2021
version 23
286b143c
28 commits,
Aug 1, 2021
version 22
c7bd859e
27 commits,
Aug 1, 2021
version 21
3e7194b3
26 commits,
Jul 31, 2021
version 20
9d17930a
25 commits,
Jul 31, 2021
version 19
2fef3fa4
24 commits,
Jul 31, 2021
version 18
bed32537
23 commits,
Jun 24, 2021
version 17
4c5ed868
21 commits,
Jun 24, 2021
version 16
fef127a4
20 commits,
Jun 22, 2021
version 15
59cef53c
19 commits,
Jun 21, 2021
version 14
f3c258d8
18 commits,
Jun 19, 2021
version 13
6d361588
17 commits,
May 6, 2021
version 12
4840e7de
16 commits,
May 6, 2021
version 11
c19958c7
15 commits,
May 6, 2021
version 10
041907a7
14 commits,
May 6, 2021
version 9
041907a7
14 commits,
Apr 28, 2021
version 8
b09892bf
13 commits,
Apr 27, 2021
version 7
d843877b
12 commits,
Apr 27, 2021
version 6
c0e2cfd8
11 commits,
Apr 27, 2021
version 5
0763d437
10 commits,
Apr 27, 2021
version 4
f761bc09
5 commits,
Apr 20, 2021
version 3
517dfdb8
4 commits,
Apr 16, 2021
version 2
5d1e3094
4 commits,
Apr 13, 2021
version 1
68cdedab
3 commits,
Apr 13, 2021
104 files
+
297
−
67
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
104
composer/Plugin/Scaffold/Operations/OperationFactory.php
+
1
−
0
View file @ 4dffe8dd
Edit in single-file editor
Open in Web IDE
Show full file
@@ -124,6 +124,7 @@ protected function createAppendOp(PackageInterface $package, OperationData $oper
*
* @param Drupal\Composer\Plugin\Scaffold\ScaffoldFilePath $file
* Scaffold file to check.
*
* @return bool
* True if the file exists and has content.
*/
Loading