Skip to content

Commit 9a62803

Browse files
committed
remove legacy method
1 parent 4ffce57 commit 9a62803

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/Test/MakerTestRunner.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,6 @@ public function copy(string $source, string $destination)
6464
}
6565
}
6666

67-
/**
68-
* When using an authenticator "fixtures" file, this adjusts it to support Symfony 5.2/5.3.
69-
*
70-
* @deprecated legacy PassportInterface support will be dropped in a future version
71-
*/
72-
public function adjustAuthenticatorForLegacyPassportInterface(string $filename): void
73-
{
74-
}
75-
7667
public function renderTemplateFile(string $source, string $destination, array $variables): void
7768
{
7869
$twig = new Environment(

0 commit comments

Comments
 (0)