Cleanup por recomendaciones

This commit is contained in:
Juan Pablo Vial
2025-03-03 16:37:40 -03:00
parent 928d2e57be
commit 095a65a643
12 changed files with 24 additions and 13 deletions

View File

@ -14,7 +14,7 @@ class Mes extends Banco
}
try {
$reader = PhpSpreadsheet\IOFactory::createReader('Xlsx');
} catch (PhpSpreadsheet\Reader\Exception $exception) {
} catch (PhpSpreadsheet\Reader\Exception) {
return false;
}
$xlsx = $reader->load($filename);

View File

@ -1,7 +1,6 @@
<?php
namespace Incoviba\Service\Contabilidad\Informe\Tesoreria\Input\Excel;
use stdClass;
use PhpOffice\PhpSpreadsheet;
class DAPyFFMM extends Sheet