Skip to content

Commit b23c358

Browse files
author
Miroslav Koula
committed
PHP 8.4 syntax fixes
1 parent b561e02 commit b23c358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Translator/Translator.php

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ final class Translator implements TranslatorInterface
5353
private $logger;
5454

5555

56-
public function __construct(DictionaryFactoryInterface $dictionaryFactory, LoggerInterface $logger = null, $debugMode = false)
56+
public function __construct(DictionaryFactoryInterface $dictionaryFactory, ?LoggerInterface $logger = null, $debugMode = false)
5757
{
5858
$this->dictionaryFactory = $dictionaryFactory;
5959
$this->logger = $logger;

0 commit comments

Comments
 (0)