The expression return first($this->items) could return the type null which is incompatible with the type-hinted return AardsGerds\Game\Fight\Fighter. Consider adding an additional type-check to rule them out.
The expression return last($this->items) could return the type null which is incompatible with the type-hinted return AardsGerds\Game\Fight\Fighter. Consider adding an additional type-check to rule them out.