Skip to content

Commit

Permalink
SPRY-3032 Fix issue with incorrect variable assignment in calculateTo…
Browse files Browse the repository at this point in the history
…tal function.
  • Loading branch information
HaukeBST committed May 22, 2024
1 parent 1f4d306 commit 179c656
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ protected function addStorageClient(Container $container): void
{
$container->set(
self::CLIENT_STORAGE,
fn (): StorageClientInterface => $container->getLocator()->storage()->client(),// @phpstan-ignore method.undefined
fn (): StorageClientInterface => $container->getLocator()->storage()->client(), // @phpstan-ignore method.undefined
);
}
}

0 comments on commit 179c656

Please sign in to comment.