mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-10 05:58:42 +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);
|
$ob = (string) \json_encode($includeData);
|
||||||
}
|
}
|
||||||
} catch (\Throwable $e) {
|
} catch (\Throwable $e) {
|
||||||
$ob = '';
|
|
||||||
if ($this->isBuffered) {
|
if ($this->isBuffered) {
|
||||||
$ob = \ob_get_clean();
|
$ob .= (string) \ob_get_clean();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user