We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4af46e0 + c1cdc6f commit 1575bb1Copy full SHA for 1575bb1
src/lib/Schema/Domain/Content/NameHelper.php
@@ -30,7 +30,7 @@ class NameHelper extends BaseNameHelper implements LoggerAwareInterface
30
public function __construct(
31
array $fieldNameOverrides,
32
Pluralizer $pluralizer,
33
- LoggerInterface $logger = null
+ ?LoggerInterface $logger = null
34
) {
35
parent::__construct($pluralizer);
36
0 commit comments