class/Command/LotteryDenyRoommateRequestCommand.php
Method execute
has 30 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function execute(CommandContext $context)
{
$requestId = $context->get('requestId');
$errorCmd = CommandFactory::getCommand('LotteryShowDenyRoommateRequest');
- Create a ticketCreate a ticket