Passed
Push — feature/store-usage-of-sso-coo... ( 0d330e...67c9e0 )
by Michiel
04:56
created
src/Surfnet/StepupGateway/GatewayBundle/Saml/ResponseContext.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
         $this->samlEntityService      = $samlEntityService;
80 80
         $this->stateHandler           = $stateHandler;
81 81
         $this->logger                 = $logger;
82
-        $this->generationTime         = is_null($now) ? new DateTime('now', new DateTimeZone('UTC')): $now;
82
+        $this->generationTime         = is_null($now) ? new DateTime('now', new DateTimeZone('UTC')) : $now;
83 83
     }
84 84
 
85 85
     /**
Please login to merge, or discard this patch.