Skip to content

Commit 7e659a1

Browse files
codedgegnievesj
authored andcommitted
#165: Fix
1 parent b21135f commit 7e659a1

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)