Skip to content

Commit

Permalink
Removes trailing comma in constructor for PHP 7.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilePerron committed Nov 25, 2021
1 parent 77b30f5 commit 52473c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils/LinkHydrator.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class LinkHydrator
public function __construct(
Config $config,
ContentRepository $contentRepository,
ContentExtension $contentExtension,
ContentExtension $contentExtension
) {
$this->config = $config;
$this->contentRepository = $contentRepository;
Expand Down

0 comments on commit 52473c3

Please sign in to comment.