Skip to content

Commit 1aefeca

Browse files
authored
Set default of $value to null
1 parent cb01959 commit 1aefeca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Inertia.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
/**
88
* @method static void setRootView($name)
9-
* @method static void share($key, $value)
9+
* @method static void share($key, $value = null)
1010
* @method static array getShared($key = null)
1111
* @method static void version($version)
1212
* @method static int|string getVersion()

0 commit comments

Comments
 (0)