Fixing doc blocks

This commit is contained in:
Dennis Eichhorn 2016-11-06 22:22:07 +01:00
parent a4b07841d2
commit f16898b6b6

View File

@ -38,7 +38,7 @@ class ProjectMapper extends DataMapperAbstract
/** /**
* Columns. * Columns.
* *
* @var array<string, array> * @var array
* @since 1.0.0 * @since 1.0.0
*/ */
protected static $columns = [ protected static $columns = [
@ -56,7 +56,7 @@ class ProjectMapper extends DataMapperAbstract
/** /**
* Has one relation. * Has one relation.
* *
* @var array<string, array> * @var array
* @since 1.0.0 * @since 1.0.0
*/ */
protected static $ownsOne = [ protected static $ownsOne = [
@ -69,7 +69,7 @@ class ProjectMapper extends DataMapperAbstract
/** /**
* Has many relation. * Has many relation.
* *
* @var array<string, array> * @var array
* @since 1.0.0 * @since 1.0.0
*/ */
protected static $hasMany = [ protected static $hasMany = [