You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authentication/Token/TokenInterface.php
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,9 @@
19
19
* @author Fabien Potencier <fabien@symfony.com>
20
20
* @author Johannes M. Schmitt <schmittjoh@gmail.com>
21
21
*
22
-
* @method string[] getRoleNames() The associated roles - 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
23
+
* @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
0 commit comments