mirror of
https://github.com/Karaka-Management/oms-OnlineResourceWatcher.git
synced 2026-02-08 04:18:40 +00:00
fix static analysis
This commit is contained in:
parent
8b5c3e11a8
commit
fb90798fba
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user