fix broken docblock

This commit is contained in:
Dennis Eichhorn 2020-02-04 19:48:39 +01:00
parent 503c2f7364
commit ef44a4022a
2 changed files with 0 additions and 10 deletions

View File

@ -56,11 +56,6 @@ final class DepartmentMapper extends DataMapperAbstract
protected static string $primaryField = 'riskmngmt_department_id';
/**
* Has one relation.
*
* @var array<string, array<string, string>>
* @since 1.0.0
*/ /**
* Belongs to.
*
* @var array<string, array<string, string>>

View File

@ -56,11 +56,6 @@ final class ProjectMapper extends DataMapperAbstract
protected static string $primaryField = 'riskmngmt_project_id';
/**
* Has one relation.
*
* @var array<string, array<string, string>>
* @since 1.0.0
*/ /**
* Belongs to.
*
* @var array<string, array<string, string>>