Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsgiehl <stefan@piwik.org>2014-07-22 11:59:51 +0400
committersgiehl <stefan@piwik.org>2014-07-22 12:00:04 +0400
commite5406d297315a7b399a82b118649b70a5577b477 (patch)
tree672d4bd97f3a819df8249fbb8927043c9fba43d1 /plugins/ExampleCommand/Commands
parentbdb80a502652fcb9425ace10ee816571eaaf74dc (diff)
removed unused use statements
Diffstat (limited to 'plugins/ExampleCommand/Commands')
-rw-r--r--plugins/ExampleCommand/Commands/HelloWorld.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/ExampleCommand/Commands/HelloWorld.php b/plugins/ExampleCommand/Commands/HelloWorld.php
index 1a2072a7e3..5c0d415dcd 100644
--- a/plugins/ExampleCommand/Commands/HelloWorld.php
+++ b/plugins/ExampleCommand/Commands/HelloWorld.php
@@ -10,7 +10,6 @@
namespace Piwik\Plugins\ExampleCommand\Commands;
use Piwik\Plugin\ConsoleCommand;
-use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;