Completed
Branch master (a84ec0)
by Shaharia
02:45 queued 01:18
created
src/WHMClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@
 block discarded – undo
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']
Please login to merge, or discard this patch.
src/Entity/Account.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1119,7 +1119,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.