mirror of
https://github.com/Karaka-Management/oms-Surveys.git
synced 2026-01-11 16:08:41 +00:00
fix static analysis
This commit is contained in:
parent
16482348a4
commit
7488292bce
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user