aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/di/extension/ext.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/di/extension/ext.php')
-rw-r--r--phpBB/includes/di/extension/ext.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/phpBB/includes/di/extension/ext.php b/phpBB/includes/di/extension/ext.php
index 2539ff5667..5898989717 100644
--- a/phpBB/includes/di/extension/ext.php
+++ b/phpBB/includes/di/extension/ext.php
@@ -42,8 +42,6 @@ class phpbb_di_extension_ext extends Extension
* @param ContainerBuilder $container A ContainerBuilder instance
*
* @throws InvalidArgumentException When provided tag is not defined in this extension
- *
- * @api
*/
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.
*
* @return string The alias
- *
- * @api
*/
public function getAlias()
{