Skip to content

Commit

Permalink
remove legacy method
Browse files Browse the repository at this point in the history
  • Loading branch information
jrushlow committed May 26, 2022
1 parent 4ffce57 commit 9a62803
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/Test/MakerTestRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,6 @@ public function copy(string $source, string $destination)
}
}

/**
* When using an authenticator "fixtures" file, this adjusts it to support Symfony 5.2/5.3.
*
* @deprecated legacy PassportInterface support will be dropped in a future version
*/
public function adjustAuthenticatorForLegacyPassportInterface(string $filename): void
{
}

public function renderTemplateFile(string $source, string $destination, array $variables): void
{
$twig = new Environment(
Expand Down

0 comments on commit 9a62803

Please sign in to comment.