The expression return SN::db->doquery('... . ' FOR UPDATE') also could return the type boolean which is incompatible with the documented return type false|mysqli_result.
Loading history...
20
"SELECT `{{fleets}}`.*
21
FROM `{{fleets}}`
22
LEFT JOIN `{{users}}` ON id = fleet_owner
23
WHERE
24
fleet_end_planet_id IN (" . implode(',', $planetIds) . ")