Skip to content

Commit 84974a6

Browse files
committed
Update Inertia.php
1 parent a6cdf5e commit 84974a6

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
@@ -14,7 +14,7 @@
1414
* @method static void version(\Closure|string|null $version)
1515
* @method static string getVersion()
1616
* @method static void resolveUrlUsing(\Closure|null $urlResolver = null)
17-
* @method static \Inertia\ScrollProp scroll(mixed $value, string $wrapper = 'data', \Inertia\ProvidesScrollMetadata|callable|null $metadata = null)
17+
* @method static \Inertia\ScrollProp<mixed> scroll(mixed $value, string $wrapper = 'data', \Inertia\ProvidesScrollMetadata|callable|null $metadata = null)
1818
* @method static \Inertia\OptionalProp optional(callable $callback)
1919
* @method static \Inertia\LazyProp lazy(callable $callback)
2020
* @method static \Inertia\DeferProp defer(callable $callback, string $group = 'default')

0 commit comments

Comments
 (0)