make type hints easier to read

This commit is contained in:
Dennis Eichhorn 2020-06-08 22:43:28 +02:00
parent b0507fa12f
commit d9a62115fe
3 changed files with 4 additions and 6 deletions

View File

@ -24,6 +24,8 @@ use phpOMS\Localization\Defaults\LanguageMapper;
* @license OMS License 1.0
* @link https://orange-management.org
* @since 1.0.0
*
* @todo Do I really want to create a relation to the language mapper? It's not really needed right?
*/
final class L11nTagMapper extends DataMapperAbstract
{

View File

@ -14,9 +14,7 @@ declare(strict_types=1);
use phpOMS\Uri\UriFactory;
/**
* @var \phpOMS\Views\View $this
*/
/** @var \phpOMS\Views\View $this */
echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12 col-md-6">

View File

@ -18,9 +18,7 @@ use phpOMS\Uri\UriFactory;
$tag = $this->getData('tag');
$l11n = $this->getData('l11n') ?? [];
/**
* @var \phpOMS\Views\View $this
*/
/** @var \phpOMS\Views\View $this */
echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12 col-md-6">