Skip to content

Commit

Permalink
Merge pull request #10 from magento-gl/php84_deprication_fix
Browse files Browse the repository at this point in the history
Php84 deprecation fix
  • Loading branch information
admanesachin authored Dec 17, 2024
2 parents 3350798 + 2d41004 commit 557022e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class Plugin implements PluginInterface, EventSubscriberInterface
* Initialize dependencies
* @param Version|null $version
*/
public function __construct(Version $version = null)
public function __construct(?Version $version = null)
{
if ($version) {
$this->versionSelector = $version;
Expand Down

0 comments on commit 557022e

Please sign in to comment.