Skip to content

Commit 77079f4

Browse files
Merge branch '7.4' into 8.0
* 7.4: fix package name in deprecation message [Intl] Fix locale validator when canonicalize is true Update GitHub PR template [FrameworkBundle] also deprecate the internal rate limiter factory alias also deprecate the internal rate limiter factory alias [FrameworkBundle] Allow using their name without added suffix when using #[Target] for custom services [String] Leverage grapheme_str_split() [Notifier] Update fake SMS transports to use contracts event dispatcher. [Console] Cleanup test [Security] Document `FirewallListenerInterface` as a firewall listener type [VarDumper] Remove duplicate default caster for Socket WS fix Remove unused and non-existent Factory attribute use Move property accessor phpdoc to interface fix: twigphp/Twig/issues/4647
2 parents 3905b2b + 92f583c commit 77079f4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Cloner/AbstractCloner.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,6 @@ abstract class AbstractCloner implements ClonerInterface
201201

202202
'XmlParser' => ['Symfony\Component\VarDumper\Caster\XmlResourceCaster', 'castXml'],
203203

204-
'Socket' => ['Symfony\Component\VarDumper\Caster\SocketCaster', 'castSocket'],
205-
206204
'RdKafka' => ['Symfony\Component\VarDumper\Caster\RdKafkaCaster', 'castRdKafka'],
207205
'RdKafka\Conf' => ['Symfony\Component\VarDumper\Caster\RdKafkaCaster', 'castConf'],
208206
'RdKafka\KafkaConsumer' => ['Symfony\Component\VarDumper\Caster\RdKafkaCaster', 'castKafkaConsumer'],

0 commit comments

Comments
 (0)