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 c1cdc6fCopy full SHA for c1cdc6f
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