Skip to content

Commit 3503ec4

Browse files
committed
fixed return type for ClientInterface::getListener
1 parent 3c5dbb9 commit 3503ec4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Bitbucket/API/Http/ClientInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ public function delListener($name);
142142
/**
143143
* Get listener interface
144144
*
145-
* @param string $name
146-
* @return ListenerInterface
145+
* @param string $name
146+
* @return ListenerInterface|bool False when listener does not exist
147147
*
148148
* @throws \InvalidArgumentException
149149
*/

0 commit comments

Comments
 (0)