Skip to content

Commit

Permalink
Fix PHP 8.4 type error (#1606)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerManoMann committed Jun 13, 2024
1 parent 78b504d commit 1c7330d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Fixtures/BadExampleParameter.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#[OAT\QueryParameter(
name: 'bad',
example: 'not good',
examples: [new OAT\Examples(example: 'first', summary: 'First example', value: false)]
examples: [new OAT\Examples(example: 'first', summary: 'First example', value: 'one')]
)]
class BadExampleParameter
{
Expand Down

0 comments on commit 1c7330d

Please sign in to comment.