Skip to content

Commit 8833122

Browse files
committed
CS fixes on CS fixes
1 parent 8988b04 commit 8833122

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Jira/Api.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -741,12 +741,11 @@ public function api(
741741
}
742742
}
743743

744-
if ($return_as_array) {
744+
if ( $return_as_array ) {
745745
return $json;
746746
}
747747

748748
return new Result($json);
749-
750749
}
751750

752751
return false;

0 commit comments

Comments
 (0)