Skip to content

Commit ce67a8b

Browse files
committed
Update property typehint to match use
Updates #2607
1 parent da8390f commit ce67a8b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/PermissionRegistrar.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ class PermissionRegistrar
3636

3737
public string $teamsKey;
3838

39-
/** @var int|string */
40-
protected $teamId = null;
39+
protected string|int|null $teamId = null;
4140

4241
public string $cacheKey;
4342

0 commit comments

Comments
 (0)