Skip to content

Commit

Permalink
Fix compatibility with php less than 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
francoispluchino committed Apr 17, 2022
1 parent a5f6ddc commit c415403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Asset/AbstractAssetManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public function __construct(
ProcessExecutor $executor,
Filesystem $fs,
FallbackInterface $fallback = null,
?VersionConverterInterface $versionConverter = null
VersionConverterInterface $versionConverter = null
) {
$this->io = $io;
$this->config = $config;
Expand Down

0 comments on commit c415403

Please sign in to comment.