private function shouldStop(bool $result) : bool { return !$result && $this->mode === self::STOP_ON_ERROR; }