Passed
Push — master ( 218eec...c037a7 )
by Jan
02:52
created
src/Twig/AppExtension.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,9 @@
 block discarded – undo
75 75
 
76 76
     public function parseBBCode(string $bbcode) : string
77 77
     {
78
-        if($bbcode === '') return '';
78
+        if($bbcode === '') {
79
+         return '';
80
+        }
79 81
 
80 82
         $item = $this->cache->getItem('bbcode_' . md5($bbcode));
81 83
         if(!$item->isHit()) {
Please login to merge, or discard this patch.