Completed
Push — master ( f56d39...db9aad )
by Sergey
02:16
created
src/LTDBeget/sphinx/configurator/parser/SphinxConfigurationParser.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -184,7 +184,7 @@
 block discarded – undo
184 184
             goto start;
185 185
         } elseif ($char->isWhiteSpace()) {
186 186
             return;
187
-        }  else {
187
+        } else {
188 188
             throw new SyntaxErrorException($this->stream);
189 189
         }
190 190
     }
Please login to merge, or discard this patch.