|
@@ -135,7 +135,7 @@ |
|
|
block discarded – undo |
|
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) { |
Please login to merge, or discard this patch.