diff options
Diffstat (limited to 'phpBB/phpbb/di/pass/kernel_pass.php')
-rw-r--r-- | phpBB/phpbb/di/pass/kernel_pass.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/phpbb/di/pass/kernel_pass.php b/phpBB/phpbb/di/pass/kernel_pass.php index 44d4fcd07f..c154c7532d 100644 --- a/phpBB/phpbb/di/pass/kernel_pass.php +++ b/phpBB/phpbb/di/pass/kernel_pass.php @@ -23,6 +23,7 @@ class kernel_pass implements CompilerPassInterface * * @param ContainerBuilder $container ContainerBuilder object * @return null + * @throws \InvalidArgumentException */ public function process(ContainerBuilder $container) { |