1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 02:06:32 +02:00

[ticket/16955] Resolve psalm issues in di files

PHPBB3-16955
This commit is contained in:
Marc Alexander
2022-12-26 14:07:53 +01:00
parent cd026245fe
commit c4d3e1aa7b
4 changed files with 11 additions and 6 deletions

View File

@@ -45,3 +45,7 @@ require_once $phpbb_root_path . 'includes/compatibility_globals.' . $phpEx;
$phpbb_class_loader = new \phpbb\class_loader('phpbb\\', $phpbb_root_path . 'phpbb/', "php");
$phpbb_class_loader->register();
class phpbb_cache_container extends \Symfony\Component\DependencyInjection\Container
{
}