mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 18:16:13 +02:00

[TASK] Move comment directly above the class

Related #1120
This commit is contained in:
Karsten Nowak 2024-07-29 19:44:06 +02:00
parent 58b6ade493
commit 9e0694ff72

View file

@ -4,10 +4,6 @@ declare(strict_types=1);
namespace TTN\Tea\Command;
/*
* Command to create test data for the tea extension.
*/
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
@ -17,6 +13,9 @@ use TYPO3\CMS\Core\Database\Connection;
use TYPO3\CMS\Core\Database\ConnectionPool;
use TYPO3\CMS\Core\Utility\GeneralUtility;
/*
* Command to create test data for the tea extension.
*/
final class CreateTestDataCommand extends Command
{
/**