Skip to content

Commit ca6523b

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 e2900b9 + 4f59668 commit ca6523b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Config/ContainerParametersResource.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ public function __toString()
3939
}
4040

4141
/**
42-
* {@inheritdoc}
42+
* @internal
4343
*/
4444
public function serialize()
4545
{
4646
return serialize($this->parameters);
4747
}
4848

4949
/**
50-
* {@inheritdoc}
50+
* @internal
5151
*/
5252
public function unserialize($serialized)
5353
{

0 commit comments

Comments
 (0)