@@ -225,7 +225,7 @@ |
||
| 225 | 225 | { |
| 226 | 226 | $bs_array = $this->toBSArray(); |
| 227 | 227 | $to_detail_bs = null; |
| 228 | - if (! is_null($bs_array)) { |
|
| 228 | + if (!is_null($bs_array)) { |
|
| 229 | 229 | if (is_array($bs_array)) { |
| 230 | 230 | if (count($bs_array) > 0) { |
| 231 | 231 | $to_detail_bs = json_decode(json_encode($bs_array)); |