Skip to content

Commit

Permalink
[TASK] Remove todo as it is documented in issue #14
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Dec 13, 2021
1 parent 6845fca commit be9c3ff
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Classes/Command/CleanUpTransfersCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ protected function configure(): void
self::DEFAULT_AGE_IN_DAYS
);

// @todo Remove when compatibility is set to TYPO3 v11+ as it is defined in Configuration/Services.yaml
$this
->setDescription('Delete old entries in the transfer table')
->setHelp($help)
Expand Down
1 change: 0 additions & 1 deletion Classes/Command/SyncCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ public function __construct(

protected function configure(): void
{
// @todo Remove description when compatibility is set to TYPO3 v11+ as it is defined in Configuration/Services.yaml
$this
->setDescription('Synchronise JobData data sets from JobRouter installations')
->setHelp('This command synchronises JobData tables from JobRouter instances into TYPO3. You can set a specific table name as argument. If the table argument is omitted, all enabled tables are processed.')
Expand Down
1 change: 0 additions & 1 deletion Classes/Command/TransmitCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ public function __construct(LockFactory $lockFactory, Registry $registry, Transm

protected function configure(): void
{
// @todo Remove when compatibility is set to TYPO3 v11+ as it is defined in Configuration/Services.yaml
$this
->setDescription('Transmit data sets to JobData tables')
->setHelp('This command transmits data sets from TYPO3 to JobData tables in JobRouter installations.');
Expand Down

0 comments on commit be9c3ff

Please sign in to comment.