@@ -9,7 +9,6 @@ |
||
| 9 | 9 | use Syncer\InvoiceNinja\Client as InvoiceNinjaClient; |
| 10 | 10 | use Syncer\Toggl\ReportsClient; |
| 11 | 11 | use Syncer\Toggl\TogglClient; |
| 12 | - |
|
| 13 | 12 | use Symfony\Component\Console\Command\Command; |
| 14 | 13 | use Symfony\Component\Console\Input\InputInterface; |
| 15 | 14 | use Symfony\Component\Console\Output\OutputInterface; |
@@ -125,7 +125,7 @@ |
||
| 125 | 125 | /** |
| 126 | 126 | * @param $config |
| 127 | 127 | * @param $entryKey |
| 128 | - * @param $hasAlreadyBeenSent |
|
| 128 | + * @param boolean $hasAlreadyBeenSent |
|
| 129 | 129 | * |
| 130 | 130 | * @return bool |
| 131 | 131 | */ |