class/Command/RequestRoommateCommand.php
Method execute
has 38 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function execute(CommandContext $context)
{
if(!UserStatus::isUser()) {
throw new PermissionException('You do not have permission to request a roommate.');
}
- Create a ticketCreate a ticket