Skip to content
Snippets Groups Projects
Unverified Commit e56e16e1 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3061564 by cyb.tachyon: Fix null type hint on \Drupal::getContainer()

parent 15d1f9e7
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -121,7 +121,7 @@ public static function unsetContainer() {
/**
* Returns the currently active global container.
*
* @return \Symfony\Component\DependencyInjection\ContainerInterface|null
* @return \Symfony\Component\DependencyInjection\ContainerInterface
*
* @throws \Drupal\Core\DependencyInjection\ContainerNotInitializedException
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment