Passed
Push — master ( f610dd...841fff )
by Andreas
10:47
created
lib/midcom/helper/head.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -427,7 +427,7 @@
 block discarded – undo
427 427
 
428 428
     private function cachebust(string $url) : string
429 429
     {
430
-        if (   $this->cachebusting
430
+        if ($this->cachebusting
431 431
             && !str_starts_with($url, 'http:')
432 432
             && !str_starts_with($url, 'https:')) {
433 433
             return $url . $this->cachebusting;
Please login to merge, or discard this patch.