1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/12715] Cleanup comments in \phpbb\di\*

PHPBB3-12715
This commit is contained in:
Tristan Darricau
2014-06-15 13:25:16 +02:00
parent 3039d000c6
commit 1033da36a3
4 changed files with 5 additions and 6 deletions

View File

@@ -23,6 +23,7 @@ class kernel_pass implements CompilerPassInterface
*
* @param ContainerBuilder $container ContainerBuilder object
* @return null
* @throws \InvalidArgumentException
*/
public function process(ContainerBuilder $container)
{