fix static analysis

This commit is contained in:
Dennis Eichhorn 2023-04-11 00:20:13 +02:00
parent 16482348a4
commit 7488292bce
5 changed files with 15 additions and 0 deletions

View File

@ -23,6 +23,9 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
* @license OMS License 2.0
* @link https://jingga.app
* @since 1.0.0
*
* @template T of BaseStringL11n
* @extends DataMapperFactory<T>
*/
final class SurveyTemplateElementL11nMapper extends DataMapperFactory
{

View File

@ -23,6 +23,9 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
* @license OMS License 2.0
* @link https://jingga.app
* @since 1.0.0
*
* @template T of SurveyTemplateElement
* @extends DataMapperFactory<T>
*/
final class SurveyTemplateElementMapper extends DataMapperFactory
{

View File

@ -23,6 +23,9 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
* @license OMS License 2.0
* @link https://jingga.app
* @since 1.0.0
*
* @template T of BaseStringL11n
* @extends DataMapperFactory<T>
*/
final class SurveyTemplateL11nMapper extends DataMapperFactory
{

View File

@ -23,6 +23,9 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
* @license OMS License 2.0
* @link https://jingga.app
* @since 1.0.0
*
* @template T of BaseStringL11n
* @extends DataMapperFactory<T>
*/
final class SurveyTemplateLabelL11nMapper extends DataMapperFactory
{

View File

@ -27,6 +27,9 @@ use phpOMS\DataStorage\Database\Mapper\ReadMapper;
* @license OMS License 2.0
* @link https://jingga.app
* @since 1.0.0
*
* @template T of SurveyTemplate
* @extends DataMapperFactory<T>
*/
final class SurveyTemplateMapper extends DataMapperFactory
{