Passed
Branch main (9f7efd)
by Wagner
02:39 queued 40s
created
example/geralayout.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -572,7 +572,7 @@
 block discarded – undo
572 572
     foreach ($syspdv->error() as $key => $error){
573 573
         echo "<p class='error'>geraLayout{$key} - {$error}</p>";
574 574
     }
575
-}else {
575
+} else {
576 576
     foreach ($syspdv->response() as $key => $layouts){
577 577
         foreach ($layouts as $layout){
578 578
             echo "<h4>{$key}</h4> <pre>";
Please login to merge, or discard this patch.