Skip to content
Code-Schnipsel Gruppen Projekte
Commit 40206500 erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

fix(phpstan): correct typo in exception namespace

Changed 'QUI\\DataBase\\Exception' to 'QUI\\Database\\Exception' in
src/QUI/ERP/Accounting/Invoice/Invoice.php to fix a typo in the namespace, which was causing a
failure in setting processing status.
Übergeordneter a36ca14b
No related branches found
No related tags found
2 Merge Requests!92Update 'next-3.x' with latest changes from 'main',!91refactor(phpstan): update usage of types for better clarity
Pipeline #15026 mit Warnungen bestanden mit Phase
in 2 Minuten und 28 Sekunden
......@@ -1855,7 +1855,7 @@ public function setProcessingStatus(int $statusId): void
);
$this->setAttribute('processing_status', $Status->getId());
} catch (QUI\DataBase\Exception $Exception) {
} catch (QUI\Database\Exception $Exception) {
QUI\System\Log::addDebug($Exception->getMessage());
}
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren