@@ -82,7 +82,7 @@ discard block |
||
82 | 82 | */ |
83 | 83 | public function isSuccessful(): bool |
84 | 84 | { |
85 | - return ($this->statusCode >= 200 && $this->statusCode <= 299)? true : false; |
|
85 | + return ($this->statusCode >= 200 && $this->statusCode <= 299) ? true : false; |
|
86 | 86 | } |
87 | 87 | |
88 | 88 | /** |
@@ -110,7 +110,7 @@ discard block |
||
110 | 110 | { |
111 | 111 | if (strlen($contents) > 1) { |
112 | 112 | $contents = json_decode($contents, 1); |
113 | - return is_array($contents)? $contents: []; |
|
113 | + return is_array($contents) ? $contents : []; |
|
114 | 114 | } |
115 | 115 | |
116 | 116 | return []; |