Skip to content

Commit 6ebcdaf

Browse files
authored
Change visibility of internal properties (#223)
1 parent db397fa commit 6ebcdaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/UserProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ final class UserProvider
2424
/**
2525
* @var (callable(callable(AuthManager): mixed): mixed)
2626
*/
27-
public $withAuth;
27+
private $withAuth;
2828

2929
/**
3030
* @var (callable(): (callable(Throwable, bool): void))
3131
*/
32-
public $reportResolver;
32+
private $reportResolver;
3333

3434
private bool $alreadyReportedResolvingUserIdException = false;
3535

0 commit comments

Comments
 (0)