Commit 11b23cbc7f938b683f77e10abcf725f91d889d39

Authored by Bonot
Committed by github-actions[bot]
1 parent 9183d9ed
Exists in 2.9 and in 2 other branches 2.7, 2.8

Style code

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
src/Modules/Educacenso/Data/Registro30.php
@@ -78,7 +78,6 @@ class Registro30 extends AbstractRegistro @@ -78,7 +78,6 @@ class Registro30 extends AbstractRegistro
78 $componentesDesconsiderados = [32, 99]; 78 $componentesDesconsiderados = [32, 99];
79 79
80 foreach ($componentes as $key => $componente) { 80 foreach ($componentes as $key => $componente) {
81 -  
82 if ($anulaProximoComponente === true || (int) $componente === 0 || in_array($componente, $componentesDesconsiderados)) { 81 if ($anulaProximoComponente === true || (int) $componente === 0 || in_array($componente, $componentesDesconsiderados)) {
83 $anulaProximoComponente = true; 82 $anulaProximoComponente = true;
84 $componentes[$key] = null; 83 $componentes[$key] = null;