-
Improvement
-
Resolution: Fixed
-
Minor
-
3.1.2
-
None
-
None
Type-hint the return value of $phpbb_container->get() to have IDE auto-completion.
Example:
compatibility_globals.php |
/* @var $cache phpbb\cache\service */
|
$cache = $phpbb_container->get('cache');
|