Skip to content

Commit

Permalink
Improve type for CreationContextFactory::alwaysValidate
Browse files Browse the repository at this point in the history
  • Loading branch information
sanfair authored Jan 9, 2025
1 parent 88ba6b8 commit e2eca74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Support/Creation/CreationContextFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ public function onlyValidateRequests(): self
return $this;
}

/**
* @return $this
*/
public function alwaysValidate(): self
{
$this->validationStrategy = ValidationStrategy::Always;
Expand Down

0 comments on commit e2eca74

Please sign in to comment.