@@ -20,9 +20,7 @@ |
||
| 20 | 20 | namespace Wicked\Timely\Command; |
| 21 | 21 | |
| 22 | 22 | use Symfony\Component\Console\Command\Command; |
| 23 | -use Symfony\Component\Console\Input\InputArgument; |
|
| 24 | 23 | use Symfony\Component\Console\Input\InputInterface; |
| 25 | -use Symfony\Component\Console\Input\InputOption; |
|
| 26 | 24 | use Symfony\Component\Console\Output\OutputInterface; |
| 27 | 25 | use Wicked\Timely\Storage\StorageFactory; |
| 28 | 26 | use Wicked\Timely\Formatter\FormatterFactory; |
@@ -67,7 +67,6 @@ |
||
| 67 | 67 | /** |
| 68 | 68 | * Whether or not this booking can be the start of a task |
| 69 | 69 | * |
| 70 | - * @param boolean $includePause Whether or not pauses are included as task building bookings |
|
| 71 | 70 | * |
| 72 | 71 | * @return boolean |
| 73 | 72 | */ |