Skip to content

Commit 0fd69c0

Browse files
committed
Fix PHPDoc annotations not using same variable name as variable
1 parent 639a551 commit 0fd69c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_ide_helper.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
/** @var \Hyde\Pages\Concerns\HydePage $page The page being compiled/previewed */
1717
$page = \Hyde\Support\Facades\Render::getPage();
1818

19-
/** @var \Hyde\Support\Models\Route $currentRoute The route for the page being compiled/previewed */
19+
/** @var \Hyde\Support\Models\Route $route The route for the page being compiled/previewed */
2020
$route = \Hyde\Support\Facades\Render::getRoute();
2121

22-
/** @var string $currentPage The route key for the page being compiled/previewed */
22+
/** @var string $routeKey The route key for the page being compiled/previewed */
2323
$routeKey = \Hyde\Support\Facades\Render::getRouteKey();
2424

2525
// Facades (aliased in app/config.php)

0 commit comments

Comments
 (0)