Skip to content

Commit e0e1273

Browse files
authored
Merge pull request #176 from lesstif/analysis-q1ORJA
Apply fixes from StyleCI
2 parents e0f3b35 + 297a1c7 commit e0e1273

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/Configuration/AbstractConfiguration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ public function isCookieAuthorizationEnabled()
182182
}
183183

184184
/**
185-
* get default User-Agent String
185+
* get default User-Agent String.
186186
*
187187
* @return string
188188
*/

src/JiraClient.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ protected function filterNullVariable($haystack)
157157
* @param string $context Rest API context (ex.:issue, search, etc..)
158158
* @param string $post_data
159159
* @param string $custom_request [PUT|DELETE]
160-
* @param string $cookieFile cookie file
160+
* @param string $cookieFile cookie file
161161
*
162162
* @throws JiraException
163163
*
@@ -432,7 +432,7 @@ protected function authorization($ch, $cookieFile = null)
432432
{
433433
// use cookie
434434
if ($this->getConfiguration()->isCookieAuthorizationEnabled()) {
435-
if ($cookieFile === null){
435+
if ($cookieFile === null) {
436436
$cookieFile = $this->getConfiguration()->getCookieFile();
437437
}
438438

@@ -581,6 +581,7 @@ public function download($url, $outDir, $file, $cookieFile = null)
581581
* setting cookie file path.
582582
*
583583
* @param $cookieFile
584+
*
584585
* @return $this
585586
*/
586587
public function setCookieFile($cookieFile)

0 commit comments

Comments
 (0)