diff --git a/src/Support/Creation/CreationContextFactory.php b/src/Support/Creation/CreationContextFactory.php index fed7ff32..40aee745 100644 --- a/src/Support/Creation/CreationContextFactory.php +++ b/src/Support/Creation/CreationContextFactory.php @@ -87,6 +87,9 @@ public function onlyValidateRequests(): self return $this; } + /** + * @return $this + */ public function alwaysValidate(): self { $this->validationStrategy = ValidationStrategy::Always;