fix tests

This commit is contained in:
Dennis Eichhorn 2024-04-25 15:52:55 +00:00
parent c037b7cbcd
commit 5c5c6c6b97

View File

@ -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 WorkflowInstanceAbstract
* @extends DataMapperFactory<T>
*/
final class WorkflowInstanceAbstractMapper extends DataMapperFactory
{