Docblock fix

This commit is contained in:
Dennis Eichhorn 2018-09-22 18:22:44 +02:00
parent 567d2e91f3
commit 7fd45189e5
4 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ namespace Modules\Profile\Admin;
use phpOMS\DataStorage\Database\DatabasePool;
use phpOMS\Module\UpdaterAbstract;
use phpOMS\System\File\Directory;
use phpOMS\System\File\Local\Directory;
use phpOMS\Module\InfoManager;
/**

View File

@ -34,7 +34,7 @@ class AddressMapper extends DataMapperAbstract
/**
* Columns.
*
* @var array<string, array<string, string>>
* @var array<string, array<string, string|bool>>
* @since 1.0.0
*/
protected static $columns = [

View File

@ -24,7 +24,7 @@ class ContactElementMapper extends DataMapperAbstract
/**
* Columns.
*
* @var array<string, array<string, string>>
* @var array<string, array<string, string|bool>>
* @since 1.0.0
*/
protected static $columns = [

View File

@ -36,7 +36,7 @@ class ProfileMapper extends DataMapperAbstract
/**
* Columns.
*
* @var array<string, array<string, string>>
* @var array<string, array<string, string|bool>>
* @since 1.0.0
*/
protected static $columns = [