Skip to content

Commit

Permalink
PHPStan fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jissereitsma committed Aug 9, 2024
1 parent 8778746 commit 6ee4fb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Test/Integration/FixtureTrait/CreateCustomer.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public function createCustomer(
->addData($data);

$customer->isObjectNew(true);
// @phpstan-ignore-next-line
$customer->save();

$customerRegistry = $objectManager->get(CustomerRegistry::class);
Expand Down

0 comments on commit 6ee4fb2

Please sign in to comment.