File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lib/Bitbucket/API/Http/Listener Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ protected function getSigner()
215215 * @param TokenInterface|null $token
216216 * @return TokenInterface
217217 */
218- protected function initToken (TokenInterface $ token )
218+ protected function initToken ($ token )
219219 {
220220 return (!is_null ($ token )) ?
221221 $ token :
@@ -227,10 +227,10 @@ protected function initToken(TokenInterface $token)
227227
228228 /**
229229 * @access public
230- * @param ConsumerInterface $consumer
230+ * @param ConsumerInterface|null $consumer
231231 * @return ConsumerInterface
232232 */
233- protected function initConsumer (ConsumerInterface $ consumer )
233+ protected function initConsumer ($ consumer )
234234 {
235235 return (!is_null ($ consumer )) ?
236236 $ consumer :
You can’t perform that action at this time.
0 commit comments