Skip to content

Commit

Permalink
Merge pull request #176 from koentjeh/feature/php-7-4-compatibility
Browse files Browse the repository at this point in the history
PHP 7.4 compatibility
  • Loading branch information
jissereitsma authored Jul 6, 2023
2 parents 21aa6bd + 7431320 commit 78e5ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataLayer/Tag/EnhancedConversions/Sha256EmailAddress.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Sha256EmailAddress implements TagInterface
*/
public function __construct(
CheckoutSession $checkoutSession,
OrderRepositoryInterface $orderRepository,
OrderRepositoryInterface $orderRepository
) {
$this->checkoutSession = $checkoutSession;
$this->orderRepository = $orderRepository;
Expand Down

0 comments on commit 78e5ef6

Please sign in to comment.