nextcloud/lib/private/SystemTag
Carl Schwan 2d648e36b9
fix(systemtags): Correct the return type of system tag object mapper
Currently, it is documented in some places as returning a string but
returns a int or a string depending on the database used.

This then breaks then using strict comparaison in https://github.com/nextcloud/approval/pull/362

Signed-off-by: Carl Schwan <carlschwan@kde.org>
2026-01-26 21:52:01 +01:00
..
ManagerFactory.php
SystemTag.php
SystemTagManager.php
SystemTagObjectMapper.php fix(systemtags): Correct the return type of system tag object mapper 2026-01-26 21:52:01 +01:00
SystemTagsInFilesDetector.php