public function ehDoUltimoUsuario(Lance $lance): bool
{
$ultimoLance = $this->lances[array_key_last($this->lances)];
return $lance->getUsuario() == $ultimoLance->getUsuario();
}
Esta retornando a seguinte mensagem Error: Call to undefined function Alura\Leilao\Model\array_key_last()