fix return value of method
This commit is contained in:
parent
13e34649bf
commit
58c727a495
1 changed files with 2 additions and 1 deletions
|
@ -444,7 +444,8 @@ class Preview {
|
|||
* @return void
|
||||
*/
|
||||
public function show() {
|
||||
return $this->showPreview();
|
||||
$this->showPreview();
|
||||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue