@@ -135,7 +135,7 @@ |
||
135 | 135 | return $configuration->getProperty($property)->getValue(); |
136 | 136 | } |
137 | 137 | |
138 | - private static function setInConfiguration(MoufManager $moufManager, string $tdbmInstanceName, string $property, ?string $value) |
|
138 | + private static function setInConfiguration(MoufManager $moufManager, string $tdbmInstanceName, string $property, ? string $value) |
|
139 | 139 | { |
140 | 140 | $configuration = self::getConfigurationDescriptor($moufManager, $tdbmInstanceName); |
141 | 141 | if ($configuration === null) { |