Automated formatting changes

This commit is contained in:
Formatter Bot 2021-04-04 15:15:10 +00:00
parent f51cb14215
commit 429e3b4c9f
2 changed files with 2 additions and 4 deletions

View File

@ -24,7 +24,7 @@ namespace Modules\Sales\Controller;
*/
final class BackendController extends Controller
{
/**
/**
* {@inheritdoc}
*/
public function viewDashboard(RequestAbstract $request, ResponseAbstract $response, $data = null) : RenderableInterface

View File

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