Skip to content

Commit

Permalink
Fix php 8.4 deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
ptmkenny authored Dec 1, 2024
1 parent acfdb52 commit 37ea82e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class DrupalExtension implements ExtensionInterface
*
* @param null|ServiceProcessor $processor
*/
public function __construct(ServiceProcessor $processor = null)
public function __construct(?ServiceProcessor $processor = null)
{
$this->processor = $processor ? : new ServiceProcessor();
}
Expand Down

0 comments on commit 37ea82e

Please sign in to comment.