@@ -75,7 +75,9 @@ |
||
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()) { |