Skip to content

Commit 92f583c

Browse files
Merge branch '7.3' into 7.4
* 7.3: 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 [Notifier] Update fake SMS transports to use contracts event dispatcher. [VarDumper] Remove duplicate default caster for Socket
2 parents d226c72 + 4582751 commit 92f583c

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
@@ -203,8 +203,6 @@ abstract class AbstractCloner implements ClonerInterface
203203

204204
'XmlParser' => ['Symfony\Component\VarDumper\Caster\XmlResourceCaster', 'castXml'],
205205

206-
'Socket' => ['Symfony\Component\VarDumper\Caster\SocketCaster', 'castSocket'],
207-
208206
'RdKafka' => ['Symfony\Component\VarDumper\Caster\RdKafkaCaster', 'castRdKafka'],
209207
'RdKafka\Conf' => ['Symfony\Component\VarDumper\Caster\RdKafkaCaster', 'castConf'],
210208
'RdKafka\KafkaConsumer' => ['Symfony\Component\VarDumper\Caster\RdKafkaCaster', 'castKafkaConsumer'],

0 commit comments

Comments
 (0)