Skip to content

Commit

Permalink
Merge pull request php-amqp#65 from pinepain/patch-1
Browse files Browse the repository at this point in the history
fix typo [skip ci]
  • Loading branch information
lstrojny committed Jun 23, 2013
2 parents 7f7e5a4 + da7069a commit 5d5c03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/AMQPConnection.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function connect()
* 'login' => amqp.login The login name to use. Note: Max 128 characters.
* 'password' => amqp.password Password. Note: Max 128 characters.
* 'read_timeout' => Timeout in for income activity. Note: 0 or greater seconds. May be fractional.
* 'read_timeout' => Timeout in for outcome activity. Note: 0 or greater seconds. May be fractional.
* 'write_timeout' => Timeout in for outcome activity. Note: 0 or greater seconds. May be fractional.
* )
*
* @param array $credentials Optional array of credential information for
Expand Down

0 comments on commit 5d5c03e

Please sign in to comment.