Skip to content

Commit

Permalink
Merge pull request #2357 from alterphp/patch-2
Browse files Browse the repository at this point in the history
Fix default $strict default value in constructor
  • Loading branch information
goetas committed Jan 8, 2022
2 parents 519d967 + b0716d7 commit c20efbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controller/Annotations/RequestParam.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function __construct(
$default = null,
string $description = '',
array $incompatibles = [],
bool $strict = false,
bool $strict = true,
bool $map = false,
bool $nullable = false,
bool $allowBlank = true
Expand Down

0 comments on commit c20efbb

Please sign in to comment.