Automated formatting changes

This commit is contained in:
Formatter Bot 2022-04-18 20:43:24 +00:00
parent 707e70c32c
commit 40c48c6ac3
2 changed files with 1 additions and 3 deletions

View File

@ -21,7 +21,6 @@ use phpOMS\Message\Mail\Email;
use phpOMS\Message\RequestAbstract;
use phpOMS\Message\ResponseAbstract;
use phpOMS\Views\NullView;
use phpOMS\Views\View;
/**
* Monitoring controller class.
@ -48,7 +47,6 @@ final class CliController extends Controller
*/
public function cliLogReport(RequestAbstract $request, ResponseAbstract $response, $data = null) : RenderableInterface
{
//return new NullView();
$emailSettings = $this->app->appSettings->get(

View File

@ -47,7 +47,7 @@ echo $this->getData('nav')->render(); ?>
<div class="portlet-body">
<table class="list wf-100">
<tbody>
<tr><td><?= $this->printHtml('PHP'); ?><td><?= $this->printHtml(\phpversion()); ?>
<tr><td><?= $this->printHtml('PHP'); ?><td><?= $this->printHtml(\PHP_VERSION); ?>
<tr><td><?= $this->printHtml('mbstring'); ?><td><?= $this->printHtml((string) \phpversion('mbstring')); ?>
<tr><td><?= $this->printHtml('imap'); ?><td><?= $this->printHtml((string) \phpversion('imap')); ?>
<tr><td><?= $this->printHtml('bcmath'); ?><td><?= $this->printHtml((string) \phpversion('bcmath')); ?>