Skip to content

Commit 093ea3b

Browse files
committed
minor symfony#16821 [VarDumper] ampq → amqp (dereckson)
This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes symfony#16821). Discussion ---------- [VarDumper] ampq → amqp | Q | A | ------------- | --- | Fixed tickets | symfony#16821 | License | MIT Fixed typo in code comment. Commits ------- 717caaa ampq → amqp
2 parents d1d9ab7 + 717caaa commit 093ea3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/VarDumper/Caster/AmqpCaster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public static function castConnection(\AMQPConnection $c, array $a, Stub $stub,
4848
{
4949
$prefix = Caster::PREFIX_VIRTUAL;
5050

51-
// BC layer in the ampq lib
51+
// BC layer in the amqp lib
5252
if (method_exists($c, 'getReadTimeout')) {
5353
$timeout = $c->getReadTimeout();
5454
} else {

0 commit comments

Comments
 (0)