fix static analysis

This commit is contained in:
Dennis Eichhorn 2023-04-11 00:20:13 +02:00
parent 8b5c3e11a8
commit fb90798fba
2 changed files with 6 additions and 0 deletions

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

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