Skip to content

Commit

Permalink
Code formatting (new line after constant)
Browse files Browse the repository at this point in the history
  • Loading branch information
senghe committed Oct 24, 2023
1 parent f2c647c commit 97a21f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/EventSubscriber/CreateNewWishlistSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
final class CreateNewWishlistSubscriber implements EventSubscriberInterface
{
private const ALLOWED_ENDPOINTS_PREFIX = '/wishlist';

private string $wishlistCookieToken;

private WishlistsResolverInterface $wishlistsResolver;
Expand Down

0 comments on commit 97a21f3

Please sign in to comment.