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

refactor(phpcs): remove unused imports in Invoice/Factory.php

This commit removes redundant import statements from the `Invoice/Factory.php` file for cleaner,
more efficient code. The removed imports are `QUI\Interfaces\Users\User` which was not used in the
file.
Übergeordneter a545b5c8
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 #15051 bestanden mit Phase
in 2 Minuten und 25 Sekunden
......@@ -7,11 +7,8 @@
namespace QUI\ERP\Accounting\Invoice;
use QUI;
use QUI\Database\Exception;
use QUI\Interfaces\Users\User;
use function json_encode;
/**
......
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