summaryrefslogtreecommitdiff
path: root/app/Console
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-12-27 19:43:59 -0500
committerFrédéric Guillot <fred@kanboard.net>2014-12-27 19:43:59 -0500
commit0a14c8d5e5538e487dd6b012771f72aea6f4d5a6 (patch)
tree37518ee92a95fa9aa61eb46daa9a2b0b82edc8c4 /app/Console
parent1522be603b4508b03b8fa79a6a3fbfeb90ffece6 (diff)
Fix some PHPAnalyzer issues
Diffstat (limited to 'app/Console')
-rw-r--r--app/Console/ProjectDailySummaryCalculation.php2
-rw-r--r--app/Console/ProjectDailySummaryExport.php1
-rw-r--r--app/Console/TaskExport.php1
-rw-r--r--app/Console/TaskOverdueNotification.php1
4 files changed, 0 insertions, 5 deletions
diff --git a/app/Console/ProjectDailySummaryCalculation.php b/app/Console/ProjectDailySummaryCalculation.php
index 04c4083d..b2ada1b6 100644
--- a/app/Console/ProjectDailySummaryCalculation.php
+++ b/app/Console/ProjectDailySummaryCalculation.php
@@ -3,9 +3,7 @@
namespace Console;
use Model\Project;
-use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
-use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
class ProjectDailySummaryCalculation extends Base
diff --git a/app/Console/ProjectDailySummaryExport.php b/app/Console/ProjectDailySummaryExport.php
index 6b96fddd..07841d52 100644
--- a/app/Console/ProjectDailySummaryExport.php
+++ b/app/Console/ProjectDailySummaryExport.php
@@ -5,7 +5,6 @@ namespace Console;
use Core\Tool;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
-use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
class ProjectDailySummaryExport extends Base
diff --git a/app/Console/TaskExport.php b/app/Console/TaskExport.php
index dea71fe6..2ecd45e5 100644
--- a/app/Console/TaskExport.php
+++ b/app/Console/TaskExport.php
@@ -5,7 +5,6 @@ namespace Console;
use Core\Tool;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
-use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
class TaskExport extends Base
diff --git a/app/Console/TaskOverdueNotification.php b/app/Console/TaskOverdueNotification.php
index aa70fd01..86a7d1b9 100644
--- a/app/Console/TaskOverdueNotification.php
+++ b/app/Console/TaskOverdueNotification.php
@@ -3,7 +3,6 @@
namespace Console;
use Symfony\Component\Console\Helper\Table;
-use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;