Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
automatic_updates
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
automatic_updates
Merge requests
!708
Issue
#3342120
: PHPStan code checks appear to not be running
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3342120
: PHPStan code checks appear to not be running
issue/automatic_updates-3342120:3342120-fix-some-phpstan
into
3.0.x
Overview
25
Commits
19
Pipelines
2
Changes
16
Merged
Ted Bowman
requested to merge
issue/automatic_updates-3342120:3342120-fix-some-phpstan
into
3.0.x
2 years ago
Overview
16
Commits
19
Pipelines
2
Changes
16
Expand
0
0
Merge request reports
Compare
3.0.x
version 17
cf373119
2 years ago
version 16
7fb6982d
2 years ago
version 15
2a8a6f05
2 years ago
version 14
4d58dd79
2 years ago
version 13
346550c3
2 years ago
version 12
9adbcfb2
2 years ago
version 11
6d949cff
2 years ago
version 10
b7858331
2 years ago
version 9
ec834d33
2 years ago
version 8
cd9b5dcb
2 years ago
version 7
41131e5d
2 years ago
version 6
b7581ecb
2 years ago
version 5
756eeb63
2 years ago
version 4
2c4d4bdd
2 years ago
version 3
88aa8ec4
2 years ago
version 2
f200eedc
2 years ago
version 1
98e1073c
2 years ago
3.0.x (base)
and
latest version
latest version
cf373119
19 commits,
2 years ago
version 17
cf373119
19 commits,
2 years ago
version 16
7fb6982d
20 commits,
2 years ago
version 15
2a8a6f05
19 commits,
2 years ago
version 14
4d58dd79
18 commits,
2 years ago
version 13
346550c3
16 commits,
2 years ago
version 12
9adbcfb2
15 commits,
2 years ago
version 11
6d949cff
13 commits,
2 years ago
version 10
b7858331
12 commits,
2 years ago
version 9
ec834d33
11 commits,
2 years ago
version 8
cd9b5dcb
10 commits,
2 years ago
version 7
41131e5d
9 commits,
2 years ago
version 6
b7581ecb
8 commits,
2 years ago
version 5
756eeb63
8 commits,
2 years ago
version 4
2c4d4bdd
6 commits,
2 years ago
version 3
88aa8ec4
5 commits,
2 years ago
version 2
f200eedc
2 commits,
2 years ago
version 1
98e1073c
1 commit,
2 years ago
16 files
+
40
−
27
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
16
Search (e.g. *.vue) (Ctrl+P)
automatic_updates_extensions/src/Form/UpdaterForm.php
+
1
−
1
Options
@@ -164,7 +164,7 @@ final class UpdaterForm extends UpdateFormBase {
@@ -164,7 +164,7 @@ final class UpdaterForm extends UpdateFormBase {
$results
=
[];
$results
=
[];
}
}
else
{
else
{
$results
=
$this
->
runStatusCheck
(
$this
->
extensionUpdater
,
$this
->
eventDispatcher
,
TRUE
);
$results
=
$this
->
runStatusCheck
(
$this
->
extensionUpdater
,
$this
->
eventDispatcher
);
}
}
$this
->
displayResults
(
$results
,
$this
->
renderer
);
$this
->
displayResults
(
$results
,
$this
->
renderer
);
$security_level
=
ValidationResult
::
getOverallSeverity
(
$results
);
$security_level
=
ValidationResult
::
getOverallSeverity
(
$results
);
Loading