Skip to content

Commit b152409

Browse files
authored
fix phpdoc (#396)
* fix phpdoc * Fix cs
1 parent bc34c1c commit b152409

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/JiraClient.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -493,9 +493,9 @@ protected function createUrlByContext($context)
493493
/**
494494
* Add authorize to curl request.
495495
*
496-
* @param resource $ch
497-
* @param $curl_http_headers
498-
* @param null $cookieFile
496+
* @param resource $ch
497+
* @param string[] $curl_http_headers
498+
* @param string|null $cookieFile
499499
*/
500500
protected function authorization($ch, &$curl_http_headers, $cookieFile = null)
501501
{

0 commit comments

Comments
 (0)