Passed
Push — develop ( 38d4d8...af7e45 )
by Nikita
06:03
created
app/Repositories/ServerRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
 
38 38
         $addInstallTask = false;
39 39
         if (isset($attributes['install'])) {
40
-            $attributes['installed'] = ! $attributes['install'];
40
+            $attributes['installed'] = !$attributes['install'];
41 41
             $addInstallTask = true;
42 42
 
43 43
             unset($attributes['install']);
Please login to merge, or discard this patch.