Skip to content

Commit c1da4d8

Browse files
Mark some/most implementations of Serializable as @internal
1 parent 671f1a0 commit c1da4d8

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

FormError.php

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,7 @@ public function getOrigin()
135135
}
136136

137137
/**
138-
* Serializes this error.
139-
*
140-
* @return string The serialized error
138+
* @internal
141139
*/
142140
public function serialize()
143141
{
@@ -151,9 +149,7 @@ public function serialize()
151149
}
152150

153151
/**
154-
* Unserializes a serialized error.
155-
*
156-
* @param string $serialized The serialized error
152+
* @internal
157153
*/
158154
public function unserialize($serialized)
159155
{

0 commit comments

Comments
 (0)