Skip to content

Commit 1358af6

Browse files
committed
refactor: final touch: using string key for data
1 parent 4b5e942 commit 1358af6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Helpers/pageview_helper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
if (! function_exists('pageView')) {
1616
/**
17-
* @param array<int|string, mixed> $data
18-
* @param array<string, mixed> $options
17+
* @param array<string, mixed> $data
18+
* @param array<string, mixed> $options
1919
*/
2020
function pageView(string $name, array $data = [], array $options = []): string
2121
{

0 commit comments

Comments
 (0)