From b061d3ac66a9aa85934f6520c9af25885cafba10 Mon Sep 17 00:00:00 2001 From: Thomas Steur <thomas.steur@gmail.com> Date: Mon, 7 Oct 2013 01:50:31 +0000 Subject: [PATCH] refs #4194 ignore console commands --- core/Console/Command.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/Console/Command.php b/core/Console/Command.php index b386525b84..7f77ec1438 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 { -- GitLab