Skip to content

Commit 1ab9460

Browse files
committed
Make Serializable implementation internal and final
1 parent 900d718 commit 1ab9460

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Authentication/Token/NullToken.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ public function __unserialize(array $data): void
103103

104104
/**
105105
* @return string
106+
*
107+
* @internal in 5.3
108+
* @final in 5.3
106109
*/
107110
public function serialize()
108111
{
@@ -111,6 +114,9 @@ public function serialize()
111114

112115
/**
113116
* @return void
117+
*
118+
* @internal in 5.3
119+
* @final in 5.3
114120
*/
115121
public function unserialize($serialized)
116122
{

0 commit comments

Comments
 (0)