@@ -121,7 +121,7 @@ |
||
121 | 121 | } |
122 | 122 | |
123 | 123 | if (is_integer($ttl)) { |
124 | - $ttl = new DateInterval(sprintf('PT%sS', (int)$ttl)); |
|
124 | + $ttl = new DateInterval(sprintf('PT%sS', (int) $ttl)); |
|
125 | 125 | } |
126 | 126 | |
127 | 127 | if (!$ttl instanceof DateInterval) { |