Passed
Push — develop ( 71d253...3bc23a )
by Nikita
06:15
created
app/Repositories/ServerRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
         $attributes['uuid_short'] = Str::substr($attributes['uuid'], 0, 8);
34 34
 
35 35
         if (isset($attributes['install'])) {
36
-            $attributes['installed'] = ! $attributes['install'];
36
+            $attributes['installed'] = !$attributes['install'];
37 37
             unset($attributes['install']);
38 38
         }
39 39
 
Please login to merge, or discard this patch.