Skip to content

Commit 557022e

Browse files
authored
Merge pull request #10 from magento-gl/php84_deprication_fix
Php84 deprecation fix
2 parents 3350798 + 2d41004 commit 557022e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Plugin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class Plugin implements PluginInterface, EventSubscriberInterface
6868
* Initialize dependencies
6969
* @param Version|null $version
7070
*/
71-
public function __construct(Version $version = null)
71+
public function __construct(?Version $version = null)
7272
{
7373
if ($version) {
7474
$this->versionSelector = $version;

0 commit comments

Comments
 (0)