diff --git a/core/Console/Command.php b/core/Console/Command.php index b386525b84712e7dfe8d4a947fa168df9beafa83..7f77ec1438755af8c90be8ed09b9280428e05603 100644 --- a/core/Console/Command.php +++ b/core/Console/Command.php @@ -17,6 +17,8 @@ use Symfony\Component\Console\Output\OutputInterface; /** * BaseClass for console commands. * @package Piwik_Console + * + * @api "ignore" */ class Command extends SymfonyCommand {