1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 05:34:01 +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

@@ -45,7 +45,7 @@ class core extends Extension
* @param array $config An array of configuration values
* @param ContainerBuilder $container A ContainerBuilder instance
*
* @throws InvalidArgumentException When provided tag is not defined in this extension
* @throws \InvalidArgumentException When provided tag is not defined in this extension
*/
public function load(array $config, ContainerBuilder $container)
{