Passed
Push — master ( 6eb156...b34d93 )
by Thierry
04:25
created
src/Request/Call/Call.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -349,8 +349,7 @@
 block discarded – undo
349 349
         }
350 350
         elseif($this->sCondition !== null)
351 351
         {
352
-            $sScript = empty($sMessageScript) ? 'if(' . $this->sCondition . '){' . $sScript . ';}' :
353
-                'if(' . $this->sCondition . '){' . $sScript . ';}else{' . $sMessageScript . ';}';
352
+            $sScript = empty($sMessageScript) ? 'if(' . $this->sCondition . '){' . $sScript . ';}' : 'if(' . $this->sCondition . '){' . $sScript . ';}else{' . $sMessageScript . ';}';
354 353
         }
355 354
         return $this->sVars . $sScript;
356 355
     }
Please login to merge, or discard this patch.