Passed
Pull Request — staging (#6329)
by
unknown
24:16 queued 10:06
created
app/bundles/LeadBundle/Model/LeadModel.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1662,7 +1662,7 @@
 block discarded – undo
1662 1662
     {
1663 1663
         // known "synonym" fields expected
1664 1664
         $synonyms = ['useragent'  => 'user_agent',
1665
-                     'remotehost' => 'remote_host', ];
1665
+                        'remotehost' => 'remote_host', ];
1666 1666
 
1667 1667
         // convert 'query' option to an array if necessary
1668 1668
         if (isset($params['query']) && !is_array($params['query'])) {
Please login to merge, or discard this patch.