class/Report/UnavailableBeds/UnavailableBeds.php
Method execute
has 33 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function execute()
{
if(!isset($this->term) || is_null($this->term)){
throw new \InvalidArgumentException('Missing term.');
}
- Create a ticketCreate a ticket