solved, by changing this line:
if (isset($this->contents[$products_id])) {
to
if (isset($this->contents[(int)$products_id])) {