Skip to content

Commit a45179f

Browse files
lesstifStyleCIBot
authored andcommitted
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent a7fd727 commit a45179f

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)