Skip to content

Commit bb92585

Browse files
Merge branch '4.2'
* 4.2: Add missing `@internal` annotations Disable Twig in the profiler menu when Twig is not used Mark some/most implementations of Serializable as `@internal` [Config] ensure moving away from Serializable wont break cache:clear [VarDumper] dont implement Serializable in Stub [Config] fix compat with wrapping autoloaders [Messenger] fixed RabbitMQ arguments not passed as integer values
2 parents e9cf9f4 + f051f6b commit bb92585

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)