Skip to content

Commit 154b0df

Browse files
committed
phpstan
1 parent 17a79c5 commit 154b0df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Widget/DemoWidget.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ public function getHeight(): int
3232
}
3333

3434
/**
35-
* @param array<string, string|bool|int|null> $options
36-
* @return array<string, string|bool|int|null>
35+
* @param array<string, string|bool|int|null|array<string, mixed>> $options
36+
* @return array<string, string|bool|int|null|array<string, mixed>>
3737
*/
3838
public function getOptions(array $options = []): array
3939
{

0 commit comments

Comments
 (0)