Skip to content

Commit c067cba

Browse files
committed
fixed typo in phpdoc
1 parent 00c2df2 commit c067cba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

PhpAmqpLib/Channel/AMQPChannel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@ class AMQPChannel extends AbstractChannel
7979
private $next_delivery_tag = 0;
8080

8181
/**
82-
* @var Callable
82+
* @var callable
8383
*/
8484
private $ack_handler = null;
8585

8686
/**
87-
* @var Callable
87+
* @var callable
8888
*/
8989
private $nack_handler = null;
9090

PhpAmqpLib/Connection/AbstractConnection.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,14 +152,14 @@ class AbstractConnection extends AbstractChannel
152152
/**
153153
* Handles connection blocking from the server
154154
*
155-
* @var Callable
155+
* @var callable
156156
*/
157157
private $connection_block_handler = null;
158158

159159
/**
160160
* Handles connection unblocking from the server
161161
*
162-
* @var Callable
162+
* @var callable
163163
*/
164164
private $connection_unblock_handler = null;
165165

0 commit comments

Comments
 (0)