Skip to content

Commit 2b7c70c

Browse files
mnocongithub-actions[bot]
authored andcommitted
PHP & JS CS Fixes
1 parent a1a2b34 commit 2b7c70c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code_samples/discounts/src/Discounts/ExpressionProvider/CurrentUserRegistrationDateResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public function __construct(PermissionResolver $permissionResolver, UserService
1919
$this->userService = $userService;
2020
}
2121

22-
/**
22+
/**
2323
* @return array{current_user_registration_date: \DateTimeInterface}
2424
*/
2525
public function getVariables(PriceContextInterface $priceContext): array

0 commit comments

Comments
 (0)