Skip to content

Commit d05fee6

Browse files
authored
Merge pull request #112 from brendt/patch-1
Add `Arrayable` docblock for static analysis
2 parents 7ea4e73 + d6c11f7 commit d05fee6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helpers.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
/**
55
* Inertia helper.
66
*
7-
* @param null|string $component
8-
* @param array $props
7+
* @param null|string $component
8+
* @param array|\Illuminate\Contracts\Support\Arrayable $props
99
*
1010
* @return \Inertia\ResponseFactory|\Inertia\Response
1111
*/

0 commit comments

Comments
 (0)