Passed
Push — master ( ae0137...9d50f2 )
by Andreas
37:09
created
lib/midcom/services/uimessages.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -144,7 +144,7 @@
 block discarded – undo
144 144
      */
145 145
     public function show(bool $show_simple = false)
146 146
     {
147
-        if (   $show_simple
147
+        if ($show_simple
148 148
             || !midcom::get()->auth->can_user_do('midcom:ajax', null, static::class)) {
149 149
             $this->show_simple();
150 150
             return;
Please login to merge, or discard this patch.