Skip to content
Snippets Groups Projects
Commit 414dd683 authored by Yash Rode's avatar Yash Rode Committed by Wim Leers
Browse files

Issue #3359825 by yash.rode, kunal.sachdev: Wrong return type for StatusChecker::getResults()

parent e94377d7
No related branches found
No related tags found
2 merge requests!989Issue #3356804 by phenaproxima: Flag a warning during status check if the...,!872Issue #3359825: Wrong return type for StatusChecker::getResults()
......@@ -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.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment