It seems like the GitHub access token used for retrieving details about this repository from
GitHub became invalid. This might prevent certain types of inspections from being run (in
particular,
everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
The expression $res ? $conn->lastInsertId() : false; of type string|false adds the type string to the return on line 42 which is incompatible with the return type of the parent method Phase\TakeATicket\DataSo...ractSql::storeNewTicket of type integer|false.
Loading history...
43
}
44
45
/**
46
* Overridden to take advantage of autoIds
47
*
48
* @param $performerName
49
* @param bool|false $createMissing
50
*
51
* @return mixed
52
*/
53
public function fetchPerformerIdByName($performerName, $createMissing = false)
54
{
55
$conn = $this->getDbConn();
56
$sql = 'SELECT id FROM performers p WHERE p.name LIKE :name LIMIT 1';