Skip to content

Commit 81f17f2

Browse files
committed
Cache coherency
1 parent 4b76a0d commit 81f17f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mappers/GlobTypeMapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ private function getMaps(): array
166166
if ($this->mapClassToTypeArray === null ||
167167
$this->mapNameToType === null ||
168168
$this->mapClassToFactory === null ||
169-
$this->mapInputNameToFactory
169+
$this->mapInputNameToFactory === null
170170
) {
171171
$lock = $this->lockFactory->createLock('buildmap_'.$this->namespace, 5);
172172
if (!$lock->acquire()) {

0 commit comments

Comments
 (0)