@@ -432,6 +432,6 @@ |
||
| 432 | 432 | */ |
| 433 | 433 | public function getStatus() |
| 434 | 434 | { |
| 435 | - return $this->data?$this->data->status:null; |
|
| 435 | + return $this->data ? $this->data->status : null; |
|
| 436 | 436 | } |
| 437 | 437 | } |