@@ -108,7 +108,7 @@ |
||
108 | 108 | } |
109 | 109 | |
110 | 110 | if ($response->getStatusCode() === 403) { |
111 | - if (! empty($data['cpanelresult']['error'])) { |
|
111 | + if (!empty($data['cpanelresult']['error'])) { |
|
112 | 112 | throw ClientExceptions::accessDenied( |
113 | 113 | $data['cpanelresult']['error'], |
114 | 114 | $data['cpanelresult']['data']['reason'] |
@@ -1119,7 +1119,7 @@ |
||
1119 | 1119 | |
1120 | 1120 | $ac->setInodeUsed(intval($account['inodesused'])); |
1121 | 1121 | |
1122 | - if (! empty($account['has_backup'])) { |
|
1122 | + if (!empty($account['has_backup'])) { |
|
1123 | 1123 | $ac->setBackup((bool)$account['has_backup']); |
1124 | 1124 | } |
1125 | 1125 |