Skip to content

Commit

Permalink
Update property typehint to match use
Browse files Browse the repository at this point in the history
Updates #2607
  • Loading branch information
drbyte committed Apr 19, 2024
1 parent da8390f commit ce67a8b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/PermissionRegistrar.php
Expand Up @@ -36,8 +36,7 @@ class PermissionRegistrar

public string $teamsKey;

/** @var int|string */
protected $teamId = null;
protected string|int|null $teamId = null;

public string $cacheKey;

Expand Down

0 comments on commit ce67a8b

Please sign in to comment.