autoformat

This commit is contained in:
Dennis Eichhorn 2020-03-05 22:30:20 +01:00
parent 83ef162fcc
commit f3e536320d

View File

@ -15,7 +15,7 @@ declare(strict_types=1);
use phpOMS\Uri\UriFactory;
/**
* @var \phpOMS\Views\View $this
* @var \phpOMS\Views\View $this
* @var \Modules\Audit\Models\Audit[] $audits
*/
$audits = $this->getData('audits') ?? [];