mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11152] Remove @api docblocks
PHPBB3-11152
This commit is contained in:
parent
8851b797fb
commit
bdbf7d5de6
3 changed files with 0 additions and 12 deletions
|
@ -37,8 +37,6 @@ class phpbb_di_extension_config extends Extension
|
||||||
* @param ContainerBuilder $container A ContainerBuilder instance
|
* @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
|
||||||
*
|
|
||||||
* @api
|
|
||||||
*/
|
*/
|
||||||
public function load(array $config, ContainerBuilder $container)
|
public function load(array $config, ContainerBuilder $container)
|
||||||
{
|
{
|
||||||
|
@ -61,8 +59,6 @@ class phpbb_di_extension_config extends Extension
|
||||||
* This alias is also the mandatory prefix to use when using YAML.
|
* This alias is also the mandatory prefix to use when using YAML.
|
||||||
*
|
*
|
||||||
* @return string The alias
|
* @return string The alias
|
||||||
*
|
|
||||||
* @api
|
|
||||||
*/
|
*/
|
||||||
public function getAlias()
|
public function getAlias()
|
||||||
{
|
{
|
||||||
|
|
|
@ -48,8 +48,6 @@ class phpbb_di_extension_core extends Extension
|
||||||
* @param ContainerBuilder $container A ContainerBuilder instance
|
* @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
|
||||||
*
|
|
||||||
* @api
|
|
||||||
*/
|
*/
|
||||||
public function load(array $config, ContainerBuilder $container)
|
public function load(array $config, ContainerBuilder $container)
|
||||||
{
|
{
|
||||||
|
@ -66,8 +64,6 @@ class phpbb_di_extension_core extends Extension
|
||||||
* This alias is also the mandatory prefix to use when using YAML.
|
* This alias is also the mandatory prefix to use when using YAML.
|
||||||
*
|
*
|
||||||
* @return string The alias
|
* @return string The alias
|
||||||
*
|
|
||||||
* @api
|
|
||||||
*/
|
*/
|
||||||
public function getAlias()
|
public function getAlias()
|
||||||
{
|
{
|
||||||
|
|
|
@ -42,8 +42,6 @@ class phpbb_di_extension_ext extends Extension
|
||||||
* @param ContainerBuilder $container A ContainerBuilder instance
|
* @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
|
||||||
*
|
|
||||||
* @api
|
|
||||||
*/
|
*/
|
||||||
public function load(array $config, ContainerBuilder $container)
|
public function load(array $config, ContainerBuilder $container)
|
||||||
{
|
{
|
||||||
|
@ -63,8 +61,6 @@ class phpbb_di_extension_ext extends Extension
|
||||||
* This alias is also the mandatory prefix to use when using YAML.
|
* This alias is also the mandatory prefix to use when using YAML.
|
||||||
*
|
*
|
||||||
* @return string The alias
|
* @return string The alias
|
||||||
*
|
|
||||||
* @api
|
|
||||||
*/
|
*/
|
||||||
public function getAlias()
|
public function getAlias()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue