Automated formatting changes

This commit is contained in:
Formatter Bot 2021-05-28 18:32:22 +00:00
parent 451e806eb3
commit a70c5449e0
2 changed files with 5 additions and 8 deletions

View File

@ -12,11 +12,8 @@
*/ */
declare(strict_types=1); declare(strict_types=1);
use phpOMS\Localization\Money;
/** /**
* @var \phpOMS\Views\View $this * @var \phpOMS\Views\View $this
*/ */
echo $this->getData('nav')->render(); echo $this->getData('nav')->render();
?>