Skip to content

Commit b826127

Browse files
committed
#165: Fix
1 parent 4910afd commit b826127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Module/Symfony/SessionAssertionsTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ protected function getSymfonyMajorVersion(): int
206206
/**
207207
* @return UsernamePasswordToken|PostAuthenticationGuardToken|PostAuthenticationToken
208208
*/
209-
public function createAuthenticationToken(UserInterface $user, string $firewallName, array $roles)
209+
protected function createAuthenticationToken(UserInterface $user, string $firewallName, array $roles)
210210
{
211211
if ($this->getSymfonyMajorVersion() < 6) {
212212
return $this->config['guard']

0 commit comments

Comments
 (0)