Skip to content

Commit 07769ca

Browse files
ziminggithub-actions[bot]
authored andcommitted
Fix styling
1 parent b430f2f commit 07769ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use Ziming\LaravelStatsig\Facades\LaravelStatsig;
99

1010
if (! function_exists('statsig_check_gate')) {
11-
function statsig_check_gate(string $gateName, string|StatsigUser|Authenticatable $userOrUserId = null): bool
11+
function statsig_check_gate(string $gateName, string|StatsigUser|Authenticatable|null $userOrUserId = null): bool
1212
{
1313
if ($userOrUserId === null) {
1414
return LaravelStatsig::checkGate(Auth::user(), $gateName);

0 commit comments

Comments
 (0)