Skip to content

Commit 6126844

Browse files
Fix amqp stub
1 parent 8df9293 commit 6126844

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
@@ -936,7 +936,7 @@ public function getCACert() {}
936936
/**
937937
* Set path to the CA cert file in PEM format
938938
*
939-
* @param string $cacert
939+
* @param string|null $cacert
940940
*
941941
* @return void
942942
*/
@@ -952,7 +952,7 @@ public function getCert() {}
952952
/**
953953
* Set path to the client certificate in PEM format
954954
*
955-
* @param string $cert
955+
* @param string|null $cert
956956
*
957957
* @return void
958958
*/

0 commit comments

Comments
 (0)