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.
1 parent 0e057ff commit 9b8aa32Copy full SHA for 9b8aa32
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