Passed
Push — master ( 16f0c4...d184bd )
by Tim
03:44
created
lib/IdP/ADFS.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -376,7 +376,7 @@
 block discarded – undo
376 376
         $wresult = ADFS::signResponse($response, $privateKeyFile, $certificateFile, $algo, $passphrase);
377 377
 
378 378
         $wctx = $state['adfs:wctx'];
379
-        $wreply = $state['adfs:wreply'] ? : $spMetadata->getValue('prp');
379
+        $wreply = $state['adfs:wreply'] ?: $spMetadata->getValue('prp');
380 380
         ADFS::postResponse($wreply, $wresult, $wctx);
381 381
     }
382 382
 
Please login to merge, or discard this patch.