Skip to content

Commit 7edf84b

Browse files
committed
fixed CS
1 parent a9dabb1 commit 7edf84b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Authentication/Token/TokenInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
* @author Fabien Potencier <[email protected]>
2020
* @author Johannes M. Schmitt <[email protected]>
2121
*
22-
* @method array __serialize() Returns all the necessary state of the object for serialization purposes - not implementing it is deprecated since Symfony 4.3
22+
* @method array __serialize() Returns all the necessary state of the object for serialization purposes - not implementing it is deprecated since Symfony 4.3
2323
* @method void __unserialize(array $data) Restores the object state from an array given by __serialize() - not implementing it is deprecated since Symfony 4.3
24-
* @method string[] getRoleNames() The associated roles - not implementing it is deprecated since Symfony 4.3
24+
* @method string[] getRoleNames() The associated roles - not implementing it is deprecated since Symfony 4.3
2525
*/
2626
interface TokenInterface extends \Serializable
2727
{

0 commit comments

Comments
 (0)