@@ -7747,7 +7747,9 @@ |
||
| 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 | |