Skip to content

Commit

Permalink
add missing bool[]
Browse files Browse the repository at this point in the history
  • Loading branch information
Attila authored and Attila committed Aug 31, 2023
1 parent 097b7c6 commit 3caa67f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Attributes/ServerVariable.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
class ServerVariable extends \OpenApi\Annotations\ServerVariable
{
/**
* @param string[]|int[]|float[]|\UnitEnum[]|class-string|null $enum
* @param array<string,mixed>|null $x
* @param Attachable[]|null $attachables
* @param string[]|int[]|float[]|\UnitEnum[]|class-string|null|bool[] $enum
* @param array<string,mixed>|null $x
* @param Attachable[]|null $attachables
*/
public function __construct(
?string $serverVariable = null,
Expand Down

0 comments on commit 3caa67f

Please sign in to comment.