Skip to content

Commit

Permalink
phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed Oct 19, 2023
1 parent 17a79c5 commit 154b0df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Widget/DemoWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ public function getHeight(): int
}

/**
* @param array<string, string|bool|int|null> $options
* @return array<string, string|bool|int|null>
* @param array<string, string|bool|int|null|array<string, mixed>> $options
* @return array<string, string|bool|int|null|array<string, mixed>>
*/
public function getOptions(array $options = []): array
{
Expand Down

0 comments on commit 154b0df

Please sign in to comment.