Adjust the method name to reflect it's behaviour

This commit is contained in:
Joas Schilling 2015-11-19 16:08:21 +01:00
parent 30dd610a2a
commit ea2bf49be0

View file

@ -110,6 +110,6 @@ interface ISystemTagObjectMapper {
*
* @since 9.0.0
*/
public function hasTags($objIds, $objectType, $tagId, $all = true);
public function haveTag($objIds, $objectType, $tagId, $all = true);
}