mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-01-11 17:18:40 +00:00
fix static analysis
This commit is contained in:
parent
28862b9464
commit
d3c32ab7d2
|
|
@ -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 SupportApp
|
||||
* @extends DataMapperFactory<T>
|
||||
*/
|
||||
final class SupportAppMapper 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 TicketAttribute
|
||||
* @extends DataMapperFactory<T>
|
||||
*/
|
||||
final class TicketAttributeMapper extends DataMapperFactory
|
||||
{
|
||||
|
|
|
|||
|
|
@ -24,6 +24,9 @@ use phpOMS\Localization\BaseStringL11n;
|
|||
* @license OMS License 2.0
|
||||
* @link https://jingga.app
|
||||
* @since 1.0.0
|
||||
*
|
||||
* @template T of BaseStringL11n
|
||||
* @extends DataMapperFactory<T>
|
||||
*/
|
||||
final class TicketAttributeTypeL11nMapper extends DataMapperFactory
|
||||
{
|
||||
|
|
@ -59,7 +62,7 @@ final class TicketAttributeTypeL11nMapper extends DataMapperFactory
|
|||
/**
|
||||
* Model to use by the mapper.
|
||||
*
|
||||
* @var class-string
|
||||
* @var class-string<T>
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public const MODEL = BaseStringL11n::class;
|
||||
|
|
|
|||
|
|
@ -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 TicketAttributeType
|
||||
* @extends DataMapperFactory<T>
|
||||
*/
|
||||
final class TicketAttributeTypeMapper extends DataMapperFactory
|
||||
{
|
||||
|
|
|
|||
|
|
@ -24,6 +24,9 @@ use phpOMS\Localization\BaseStringL11n;
|
|||
* @license OMS License 2.0
|
||||
* @link https://jingga.app
|
||||
* @since 1.0.0
|
||||
*
|
||||
* @template T of BaseStringL11n
|
||||
* @extends DataMapperFactory<T>
|
||||
*/
|
||||
final class TicketAttributeValueL11nMapper extends DataMapperFactory
|
||||
{
|
||||
|
|
@ -59,7 +62,7 @@ final class TicketAttributeValueL11nMapper extends DataMapperFactory
|
|||
/**
|
||||
* Model to use by the mapper.
|
||||
*
|
||||
* @var class-string
|
||||
* @var class-string<T>
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public const MODEL = BaseStringL11n::class;
|
||||
|
|
|
|||
|
|
@ -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 TicketAttributeValue
|
||||
* @extends DataMapperFactory<T>
|
||||
*/
|
||||
final class TicketAttributeValueMapper extends DataMapperFactory
|
||||
{
|
||||
|
|
|
|||
|
|
@ -24,6 +24,9 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
|
|||
* @license OMS License 2.0
|
||||
* @link https://jingga.app
|
||||
* @since 1.0.0
|
||||
*
|
||||
* @template T of TicketElement
|
||||
* @extends DataMapperFactory<T>
|
||||
*/
|
||||
final class TicketElementMapper extends DataMapperFactory
|
||||
{
|
||||
|
|
|
|||
|
|
@ -25,6 +25,9 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
|
|||
* @license OMS License 2.0
|
||||
* @link https://jingga.app
|
||||
* @since 1.0.0
|
||||
*
|
||||
* @template T of Ticket
|
||||
* @extends DataMapperFactory<T>
|
||||
*/
|
||||
final class TicketMapper extends DataMapperFactory
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user