1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-10 07:06:45 +02:00

refactor(bootstrap): update code according to coding doctrine coding standard

This commit is contained in:
Awilum
2020-09-07 21:08:14 +03:00
parent bc96ea6126
commit 34fb30e8d7

View File

@@ -71,8 +71,8 @@ if ($registry->get('flextype.settings.errors.display')) {
$prettyPageHandler = new PrettyPageHandler();
$prettyPageHandler->setEditor($registry->get('flextype.settings.whoops.editor'));
$prettyPageHandler->setPageTitle($registry->get('flextype.settings.whoops.page_title'));
$prettyPageHandler->setEditor((string) $registry->get('flextype.settings.whoops.editor'));
$prettyPageHandler->setPageTitle((string) $registry->get('flextype.settings.whoops.page_title'));
$prettyPageHandler->addDataTable('Flextype Application', [
'Application Class' => get_class(flextype()),