Skip to content

Commit 2d41004

Browse files
committed
Php84 deprecation fix
1 parent 3350798 commit 2d41004

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)