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

fix: update `getCustomerFiles` method signature in `AbstractOrder`

Updated the `getCustomerFiles` method signature in `AbstractOrder.php` to accept an optional
boolean parameter `$parsing`. Method can now be customized to return parsed file information or raw
data.
Übergeordneter 23af2487
No related branches found
Tags 2.7.23
2 Merge Requests!146fix: update `getCustomerFiles` method signature in `AbstractOrder`,!145Update 'next-3.x' with latest changes from 'main'
...@@ -2321,7 +2321,7 @@ public function clearCustomerFiles(): void ...@@ -2321,7 +2321,7 @@ public function clearCustomerFiles(): void
// TODO: Implement clearCustomerFiles() method. // TODO: Implement clearCustomerFiles() method.
} }
public function getCustomerFiles(): array public function getCustomerFiles(bool $parsing = false): array
{ {
// TODO: Implement getCustomerFiles() method. // TODO: Implement getCustomerFiles() method.
return []; return [];
......
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