Unverified Commit f1a175f4 authored by Alex Pott's avatar Alex Pott
Browse files

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

(cherry picked from commit e56e16e1)
parent eb37d16c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
   */