Skip to content

Commit

Permalink
chore: Correção phpcs, remoção soap de arquivos coomposer
Browse files Browse the repository at this point in the history
  • Loading branch information
Glaydson Rodrigues committed Sep 30, 2024
1 parent 8ddf318 commit 651212e
Show file tree
Hide file tree
Showing 9 changed files with 1,258 additions and 1,195 deletions.
568 changes: 284 additions & 284 deletions src/rn/ExpedirProcedimentoRN.php

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/rn/PENAgendamentoRN.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ protected function atualizarHipotesesLegaisControlado()
$objConsulta = $objBD->consultar($objDTO);

//Caso não haja um nome para a hipótese legal, ele pula para a próxima.
if (empty($hipotese['nome'])) {
continue;
}
if (empty($hipotese['nome'])) {
continue;
}

$objDTO->setStrNome(utf8_decode($hipotese['nome']));

Expand Down
Loading

0 comments on commit 651212e

Please sign in to comment.