Skip to content

Commit

Permalink
Remove trailing comma from ImageExtension constructor (#39)
Browse files Browse the repository at this point in the history
see #38
  • Loading branch information
Prokyonn authored Sep 23, 2021
1 parent 65e5200 commit c91b8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ImageExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public function __construct(
array $defaultAttributes = [],
array $defaultAdditionalTypes = [],
bool $aspectRatio = false,
array $imageFormatConfiguration = null,
array $imageFormatConfiguration = null
) {
if (null !== $placeholderPath) {
$this->placeholderPath = rtrim($placeholderPath, '/') . '/';
Expand Down

0 comments on commit c91b8ae

Please sign in to comment.