mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
phpstan fix
This commit is contained in:
parent
751ce51220
commit
f1114b2f0a
|
|
@ -300,9 +300,8 @@ abstract class ViewAbstract implements RenderableInterface
|
|||
$ob = (string) \json_encode($includeData);
|
||||
}
|
||||
} catch (\Throwable $e) {
|
||||
$ob = '';
|
||||
if ($this->isBuffered) {
|
||||
$ob = \ob_get_clean();
|
||||
$ob .= (string) \ob_get_clean();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user