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 4b76a0d commit 81f17f2Copy full SHA for 81f17f2
src/Mappers/GlobTypeMapper.php
@@ -166,7 +166,7 @@ private function getMaps(): array
166
if ($this->mapClassToTypeArray === null ||
167
$this->mapNameToType === null ||
168
$this->mapClassToFactory === null ||
169
- $this->mapInputNameToFactory
+ $this->mapInputNameToFactory === null
170
) {
171
$lock = $this->lockFactory->createLock('buildmap_'.$this->namespace, 5);
172
if (!$lock->acquire()) {
0 commit comments