Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
e56e16e1
Unverified
Commit
e56e16e1
authored
Jun 18, 2019
by
alexpott
Browse files
Issue
#3061564
by cyb.tachyon: Fix null type hint on \Drupal::getContainer()
parent
15d1f9e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/lib/Drupal.php
View file @
e56e16e1
...
...
@@ -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
*/
...
...
alexpott
@alexpott
mentioned in commit
f1a175f4
·
Jun 18, 2019
mentioned in commit
f1a175f4
mentioned in commit f1a175f4d635c854f49f9fb0bfdb65ac823234c3
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment