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
Commits
414dd683
Commit
414dd683
authored
1 year ago
by
Yash Rode
Committed by
Wim Leers
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3359825
by yash.rode, kunal.sachdev: Wrong return type for StatusChecker::getResults()
parent
e94377d7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!989
Issue #3356804 by phenaproxima: Flag a warning during status check if the...
,
!872
Issue #3359825: Wrong return type for StatusChecker::getResults()
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Validation/StatusChecker.php
+1
-1
1 addition, 1 deletion
src/Validation/StatusChecker.php
with
1 addition
and
1 deletion
src/Validation/StatusChecker.php
+
1
−
1
View file @
414dd683
...
...
@@ -104,7 +104,7 @@ final class StatusChecker implements EventSubscriberInterface {
* (optional) The severity for the results to return. Should be one of the
* SystemManager::REQUIREMENT_* constants.
*
* @return \Drupal\package_manager\ValidationResult[]|
* @return \Drupal\package_manager\ValidationResult[]|
null
* The validation result objects or NULL if no results are
* available or if the stored results are no longer valid.
*/
...
...
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