mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-08 22:36:16 +01:00
parent
e3544f4ade
commit
1af328f27b
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@ final class CreateTestDataCommand extends Command
|
|||
protected function execute(InputInterface $input, OutputInterface $output): int
|
||||
{
|
||||
$pageUid = (int)$input->getArgument('pageUid') ?? 0;
|
||||
\assert(\is_int($pageUid));
|
||||
$deleteDataBefore = $input->getOption('delete-data-before') ?? false;
|
||||
\assert(\is_bool($deleteDataBefore));
|
||||
$table = 'tx_tea_domain_model_tea';
|
||||
|
|
Loading…
Reference in a new issue