Skip to content

Commit aaf78e1

Browse files
committed
Remove wrong deprecated annotation on the UserInterface
Our UserInterface is not deprecated, but marking one of the conditional declarations as such leads to wrong deprecation warnings in projects using static analyzers if that's the declaration being used.
1 parent d2dc95a commit aaf78e1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Model/UserInterface.php

-2
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,6 @@ public function isEnabled();
276276
/**
277277
* @author Thibault Duplessis <[email protected]>
278278
* @author Johannes M. Schmitt <[email protected]>
279-
*
280-
* @deprecated since Symfony 4.1. Remove in Nov 2023 (End of support for security fixes SF 4.4)
281279
*/
282280
interface UserInterface extends FosUserInterface, \Symfony\Component\Security\Core\User\AdvancedUserInterface
283281
{

0 commit comments

Comments
 (0)