check(); return true; } catch (Exception $exception) { return false; } } /** * Does the specification fail? * * @return bool */ public function fails() : bool { return !$this->passes(); } }