Skip to content

Commit e063f67

Browse files
Fix cs
1 parent 6126844 commit e063f67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

amqp/amqp.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1310,8 +1310,8 @@ public function publish(
13101310
/**
13111311
* Set the value for the given key.
13121312
*
1313-
* @param string $argumentName Name of the argument to set.
1314-
* @param bool|int|double|string|null $argumentValue Value of the argument to set.
1313+
* @param string $argumentName Name of the argument to set.
1314+
* @param bool|int|float|string|null $argumentValue Value of the argument to set.
13151315
*
13161316
* @return void
13171317
*/

0 commit comments

Comments
 (0)