Passed
Pull Request — master (#208)
by
unknown
04:35 queued 01:39
created
renderer.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -417,10 +417,10 @@
 block discarded – undo
417 417
         $node = new Node('rss');
418 418
         $node->attr('url', hsc($url));
419 419
         $node->attr('max', $params['max']);
420
-        $node->attr('reverse', (bool)$params['reverse']);
421
-        $node->attr('author', (bool)$params['author']);
422
-        $node->attr('date', (bool)$params['date']);
423
-        $node->attr('details', (bool)$params['details']);
420
+        $node->attr('reverse', (bool) $params['reverse']);
421
+        $node->attr('author', (bool) $params['author']);
422
+        $node->attr('date', (bool) $params['date']);
423
+        $node->attr('details', (bool) $params['details']);
424 424
 
425 425
         if ($params['refresh'] % 86400 === 0) {
426 426
             $refresh = $params['refresh'] / 86400 . 'd';
Please login to merge, or discard this patch.