2 namespace TYPO3\CMS\Install\Configuration;
84 foreach ($this->configurationValues as $configurationKey => $configurationValue) {
86 $currentValue = $this->configurationManager->getConfigurationValueByPath($configurationKey);
87 }
catch (\RuntimeException $e) {
90 if ($currentValue !== $configurationValue) {