This commit is contained in:
Robin Chalas 2020-04-05 01:14:36 +02:00
parent 1c73297ad0
commit a165ecca73
4 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ trigger_deprecation('symfony/event-dispatcher', '5.1', '%s is deprecated, use th
*
* @author Nicolas Grekas <p@tchwork.com>
*
* @deprecated since Symfony 5.1.
* @deprecated since Symfony 5.1
*/
final class LegacyEventDispatcherProxy
{

View File

@ -74,7 +74,7 @@ class LogoutListener extends AbstractListener
}
/**
* @deprecated since version 5.1
* @deprecated since Symfony 5.1
*/
public function addHandler(LogoutHandlerInterface $handler)
{

View File

@ -23,7 +23,7 @@ trigger_deprecation('symfony/security-http', '5.1', 'The "%s" class is deprecate
* @author Fabien Potencier <fabien@symfony.com>
* @author Alexander <iam.asm89@gmail.com>
*
* @deprecated since version 5.1
* @deprecated since Symfony 5.1
*/
class DefaultLogoutSuccessHandler implements LogoutSuccessHandlerInterface
{

View File

@ -28,7 +28,7 @@ trigger_deprecation('symfony/security-http', '5.1', 'The "%s" interface is depre
*
* @author Johannes M. Schmitt <schmittjoh@gmail.com>
*
* @deprecated since Symfony 5.1.
* @deprecated since Symfony 5.1
*/
interface LogoutSuccessHandlerInterface
{