Skip to content

Commit

Permalink
php cs fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
linushstge committed Jun 2, 2024
1 parent a3aa985 commit 9779dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Factories/RequestFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ public function createHAC(
->addPartnerId($context->getUser()->getPartnerId())
->addUserId($context->getUser()->getUserId())
->addProduct('Ebics client PHP', 'de')
->addOrderDetails(function (OrderDetailsBuilder $orderDetailsBuilder) use(
->addOrderDetails(function (OrderDetailsBuilder $orderDetailsBuilder) use (
$startDate,
$stopDate
) {
Expand Down

0 comments on commit 9779dbc

Please sign in to comment.