aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/di/pass
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-06-15 13:25:16 +0200
committerTristan Darricau <github@nicofuma.fr>2014-06-15 19:14:37 +0200
commit1033da36a39eb5177fea2dbb173b92ceb3a0ba50 (patch)
treead0b34ff56b9e540959fbf23e2677a4a41a17b2d /phpBB/phpbb/di/pass
parent3039d000c643da3be336103c43d892da9687b490 (diff)
downloadforums-1033da36a39eb5177fea2dbb173b92ceb3a0ba50.tar
forums-1033da36a39eb5177fea2dbb173b92ceb3a0ba50.tar.gz
forums-1033da36a39eb5177fea2dbb173b92ceb3a0ba50.tar.bz2
forums-1033da36a39eb5177fea2dbb173b92ceb3a0ba50.tar.xz
forums-1033da36a39eb5177fea2dbb173b92ceb3a0ba50.zip
[ticket/12715] Cleanup comments in \phpbb\di\*
PHPBB3-12715
Diffstat (limited to 'phpBB/phpbb/di/pass')
-rw-r--r--phpBB/phpbb/di/pass/kernel_pass.php1
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)
{