Completed
Push — 4.0 ( 125a8d...b89114 )
by Marco
08:12
created
src/Comodojo/Dispatcher/Response/Model.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -229,7 +229,7 @@
 block discarded – undo
229 229
         ) {
230 230
 
231 231
             $headers = $this->getHeaders();
232
-            $timestamp = (int) $this->getTime()->format('U')+$ttl;
232
+            $timestamp = (int)$this->getTime()->format('U')+$ttl;
233 233
 
234 234
             if ($ttl > 0) {
235 235
 
Please login to merge, or discard this patch.