@@ -22,7 +22,6 @@ |
||
22 | 22 | use Symfony\Component\Console\Command\Command; |
23 | 23 | use Symfony\Component\Console\Input\InputArgument; |
24 | 24 | use Symfony\Component\Console\Input\InputInterface; |
25 | -use Symfony\Component\Console\Input\InputOption; |
|
26 | 25 | use Symfony\Component\Console\Output\OutputInterface; |
27 | 26 | use Wicked\Timely\Entities\Booking; |
28 | 27 | use Wicked\Timely\Storage\StorageFactory; |
@@ -20,7 +20,6 @@ |
||
20 | 20 | namespace Wicked\Timely\Formatter; |
21 | 21 | |
22 | 22 | use Wicked\Timely\Entities\Booking; |
23 | -use Wicked\Timely\Entities\Pause; |
|
24 | 23 | use Wicked\Timely\Entities\TaskFactory; |
25 | 24 | use Wicked\Timely\Helper\Date; |
26 | 25 |
@@ -118,8 +118,6 @@ discard block |
||
118 | 118 | /** |
119 | 119 | * Assert that a given "resume" command makes sense |
120 | 120 | * |
121 | - * @param \Symfony\Component\Console\Input\InputInterface $input The command input |
|
122 | - * @param \Symfony\Component\Console\Output\OutputInterface $output The command output |
|
123 | 121 | * |
124 | 122 | * @return void |
125 | 123 | * |
@@ -137,8 +135,6 @@ discard block |
||
137 | 135 | /** |
138 | 136 | * Assert that a given "start" command makes sense |
139 | 137 | * |
140 | - * @param \Symfony\Component\Console\Input\InputInterface $input The command input |
|
141 | - * @param \Symfony\Component\Console\Output\OutputInterface $output The command output |
|
142 | 138 | * |
143 | 139 | * @return void |
144 | 140 | * |