class/CheckinFactory.php
Method getCheckinsOrderedByRoom
has 30 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static function getCheckinsOrderedByRoom($term)
{
$db = PdoFactory::getPdoInstance();
// NB: Must be specific about the columns we want (can't select *) because
- Create a ticketCreate a ticket