Skip to content

Commit 06af494

Browse files
Mark some/most implementations of Serializable as @internal
1 parent 9144065 commit 06af494

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Constraint.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,9 +284,7 @@ public function getTargets()
284284
*
285285
* @return array The properties to serialize
286286
*
287-
* @internal This method may be replaced by an implementation of
288-
* {@link \Serializable} in the future. Please don't use or
289-
* overwrite it.
287+
* @internal
290288
*/
291289
public function __sleep()
292290
{

0 commit comments

Comments
 (0)