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

fix(phpstan): remove unnecessary phpstan ignore line in eventhandling

This commit removes a redundant phpstan ignore comment which was situated above an if statement in
the EventHandling.php file, in the setDefaultProductFields function. The ignore command was not
necessary and hence has been excluded to improve the readability and reduce unnecessary code.
Übergeordneter 5fc962f9
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
Keine zugehörigen Merge Requests gefunden
Pipeline-Nr. 16545 bestanden
......@@ -879,7 +879,6 @@ protected static function setDefaultProductFields(): void
// update system fields
if (isset($result[0])) {
// @phpstan-ignore-next-line
if ((int)$field['id'] > 1000) {
continue;
}
......
0% Lade oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren