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:
@@ -15,8 +15,6 @@ namespace phpbb\di\extension;
|
||||
|
||||
use Symfony\Component\DependencyInjection\ContainerBuilder;
|
||||
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
|
||||
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
|
||||
use Symfony\Component\Config\FileLocator;
|
||||
|
||||
/**
|
||||
* Container config extension
|
||||
@@ -34,7 +32,7 @@ class config 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)
|
||||
{
|
||||
@@ -68,7 +66,7 @@ class config extends Extension
|
||||
* Convert 3.0 ACM type to 3.1 cache driver class name
|
||||
*
|
||||
* @param string $acm_type ACM type
|
||||
* @return cache driver class
|
||||
* @return string cache driver class
|
||||
*/
|
||||
protected function convert_30_acm_type($acm_type)
|
||||
{
|
||||
|
@@ -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)
|
||||
{
|
||||
|
@@ -39,7 +39,7 @@ class ext 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)
|
||||
{
|
||||
|
@@ -23,6 +23,7 @@ class kernel_pass implements CompilerPassInterface
|
||||
*
|
||||
* @param ContainerBuilder $container ContainerBuilder object
|
||||
* @return null
|
||||
* @throws \InvalidArgumentException
|
||||
*/
|
||||
public function process(ContainerBuilder $container)
|
||||
{
|
||||
|
Reference in New Issue
Block a user