Passed
Push — master ( 6e9648...ae59e9 )
by Sergey
05:36 queued 02:45
created
src/LTDBeget/sphinx/configurator/deserializers/ArrayDeserializer.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -160,9 +160,9 @@
 block discarded – undo
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()}");
Please login to merge, or discard this patch.