shouldBeTrue; } /** * @return bool */ public function isShouldBeFalse(): bool { return $this->shouldBeFalse; } /** * @return bool */ public function isShouldBeTrueAndValidatedByAnnotation(): bool { return $this->shouldBeTrueAndValidatedByAnnotation; } }