Fix return type of `count()` for the remaining classes implementing \Countable
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 20 Sep 2021 13:48:03 +0000 (15:48 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Mon, 20 Sep 2021 13:48:03 +0000 (15:48 +0200)
commit3c3f931db775f3790ebad88433fc0e5f0ac0f55f
tree273d11372d1b8c2a8c426cf6cff9794722fb2f62
parent3f6b343d10b044ab08d41fec525f69ffe0a95e49
Fix return type of `count()` for the remaining classes implementing \Countable

see 3f6b343d10b044ab08d41fec525f69ffe0a95e49
13 files changed:
wcfsetup/install/files/lib/data/comment/StructuredComment.class.php
wcfsetup/install/files/lib/data/label/group/ViewableLabelGroup.class.php
wcfsetup/install/files/lib/data/menu/item/MenuItemNode.class.php
wcfsetup/install/files/lib/data/page/PageNode.class.php
wcfsetup/install/files/lib/data/smiley/category/SmileyCategory.class.php
wcfsetup/install/files/lib/system/MetaTagHandler.class.php
wcfsetup/install/files/lib/system/attachment/AttachmentHandler.class.php
wcfsetup/install/files/lib/system/breadcrumb/Breadcrumbs.class.php
wcfsetup/install/files/lib/system/html/toc/HtmlTocItem.class.php
wcfsetup/install/files/lib/system/label/object/type/LabelObjectTypeContainer.class.php
wcfsetup/install/files/lib/system/message/quote/QuotedMessage.class.php
wcfsetup/install/files/lib/system/search/acp/ACPSearchResultList.class.php
wcfsetup/install/files/lib/system/user/GroupedUserList.class.php