Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3749964
D224.id529.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
650 B
Referenced Files
None
Subscribers
None
D224.id529.diff
View Options
diff --git a/src/AMQPBroker.php b/src/AMQPBroker.php
--- a/src/AMQPBroker.php
+++ b/src/AMQPBroker.php
@@ -52,14 +52,14 @@
* Connects to the message broker
*
* @param string $host The broker host
- * @param string $port The broker port
+ * @param int $port The broker port
* @param string $username The broker username
* @param string $password The broker password
* @param string $vhost The broker vhost
*/
public function connect (
$host = 'localhost',
- $port = '5672',
+ $port = 5672,
$username = 'guest',
$password = 'guest',
$vhost = '/'
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 17, 19:37 (21 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2249691
Default Alt Text
D224.id529.diff (650 B)
Attached To
Mode
D224: AMQPBroker::connect port parameter is now an integer
Attached
Detach File
Event Timeline
Log In to Comment