Passed
Pull Request — master (#891)
by
unknown
01:17
created
src/Make.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7747,7 +7747,9 @@
 block discarded – undo
7747 7747
     private function totaliza($item, $tag, $valor)
7748 7748
     {
7749 7749
 
7750
-        if (!array_key_exists($item, $this->itens)) return;
7750
+        if (!array_key_exists($item, $this->itens)) {
7751
+            return;
7752
+        }
7751 7753
 
7752 7754
         $tipo = $this->itens[$item]['tipo'] ?? null;
7753 7755
 
Please login to merge, or discard this patch.