Passed
Push — master ( 8b2e72...93b5c9 )
by Shaharia
02:14 queued 40s
created
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.