Skip to content

Commit b94a858

Browse files
Simplify docblocks
Co-authored-by: Jonathan Reinink <[email protected]>
1 parent 2d422c1 commit b94a858

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Middleware.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
class Middleware
1010
{
1111
/**
12-
* The root template that will be loaded on the first page visit.
12+
* The root template that's loaded on the first page visit.
1313
*
1414
* @see https://inertiajs.com/server-side-setup#root-template
1515
* @var string
@@ -51,7 +51,7 @@ public function share(Request $request)
5151
}
5252

5353
/**
54-
* Sets the root template that will be loaded on the first page visit.
54+
* Sets the root template that's loaded on the first page visit.
5555
*
5656
* @see https://inertiajs.com/server-side-setup#root-template
5757
* @param Request $request

stubs/middleware.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use Inertia\Middleware;
88
class {{ class }} extends Middleware
99
{
1010
/**
11-
* The root template that will be loaded on the first page visit.
11+
* The root template that's loaded on the first page visit.
1212
*
1313
* @see https://inertiajs.com/server-side-setup#root-template
1414
* @var string

0 commit comments

Comments
 (0)