Passed
Branch master (ce8c45)
by Tim
02:04
created
lib/Aggregator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -313,7 +313,7 @@
 block discarded – undo
313 313
             return;
314 314
         }
315 315
 
316
-        $expireInfo = (string)$expires;
316
+        $expireInfo = (string) $expires;
317 317
         if ($tag !== null) {
318 318
             $expireInfo .= ':'.$tag;
319 319
         }
Please login to merge, or discard this patch.