Skip to content

Commit 48338b1

Browse files
committed
🏷️ added better types
1 parent ccaecc0 commit 48338b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/**
55
* Return CSRF token
66
*/
7-
function _token()
7+
function _token(): array
88
{
99
return \Leaf\Anchor\CSRF::token();
1010
}

0 commit comments

Comments
 (0)