Remove unused return.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
This commit is contained in:
parent
ac315206b8
commit
5837dba61a
@ -53,7 +53,6 @@ class Text_Plain_Json extends TransformationsPlugin
|
||||
return '<code class="json"><pre>' . "\n"
|
||||
. htmlspecialchars($buffer) . "\n"
|
||||
. '</pre></code>';
|
||||
return $result;
|
||||
}
|
||||
|
||||
/* ~~~~~~~~~~~~~~~~~~~~ Getters and Setters ~~~~~~~~~~~~~~~~~~~~ */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user