Test Setup Failed
Push — master ( 8b3c17...dcf5d3 )
by Václav
01:00
created
src/Component/BaseListComponent.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -164,8 +164,7 @@
 block discarded – undo
164 164
         if (static::ACTIVE)
165 165
         {
166 166
             $this->repository->findRow($id)->update(['active' => -1]);
167
-        }
168
-        else
167
+        } else
169 168
         {
170 169
             $this->repository->findRow($id)->delete();
171 170
         }
Please login to merge, or discard this patch.