@@ -160,9 +160,9 @@ |
||
160 | 160 | $informer = $section->getConfiguration()->getInformer(); |
161 | 161 | $optionName = $this->getOptionName($section, $optionName); |
162 | 162 | |
163 | - if($informer->isKnownOption($sectionType, $optionName)) { |
|
163 | + if ($informer->isKnownOption($sectionType, $optionName)) { |
|
164 | 164 | $section->addOption($optionName, $optionValue); |
165 | - } elseif($informer->isRemovedOption($sectionType, $optionName)) { |
|
165 | + } elseif ($informer->isRemovedOption($sectionType, $optionName)) { |
|
166 | 166 | return; |
167 | 167 | } else { |
168 | 168 | throw new DeserializeException("Unknown option name {$optionName} in section {$section->getType()}"); |