Skip to content

Commit 24835ba

Browse files
authored
Merge pull request #758 from hosmelq/update-share-docblock
update return type in Middleware share method
2 parents a3a74c7 + c1935e3 commit 24835ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Middleware.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function version(Request $request)
4848
*
4949
* @see https://inertiajs.com/shared-data
5050
*
51-
* @return array
51+
* @return array<string, mixed>
5252
*/
5353
public function share(Request $request)
5454
{

0 commit comments

Comments
 (0)