Skip to content

Commit b0ae381

Browse files
authored
Merge pull request #222 from lesstif/analysis-q2nLYP
Apply fixes from StyleCI
2 parents a7fd727 + a45179f commit b0ae381

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/JiraClient.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,10 @@ public function exec($context, $post_data = null, $custom_request = null, $cooki
171171
{
172172
$url = $this->createUrlByContext($context);
173173

174-
if (is_string($post_data)){
174+
if (is_string($post_data)) {
175175
$this->log->addInfo("Curl $custom_request: $url JsonData=".$post_data);
176176
} elseif (is_array($post_data)) {
177-
$this->log->addInfo("Curl $custom_request: $url JsonData=" . json_encode($post_data, JSON_UNESCAPED_UNICODE));
177+
$this->log->addInfo("Curl $custom_request: $url JsonData=".json_encode($post_data, JSON_UNESCAPED_UNICODE));
178178
}
179179

180180
$ch = curl_init();

0 commit comments

Comments
 (0)