Fix PHP 8.1 compatibility in DatabaseObjectList
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 20 Sep 2021 13:44:14 +0000 (15:44 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Mon, 20 Sep 2021 13:44:14 +0000 (15:44 +0200)
commit3f6b343d10b044ab08d41fec525f69ffe0a95e49
tree5949311add8f493024d3baf569a46135deb45117
parent2a9d48c4badc4de2e0f2d2fc73c3af2bee39cce8
Fix PHP 8.1 compatibility in DatabaseObjectList

> Return type of wcf\data\DatabaseObjectList::count() should either be
> compatible with Countable::count(): int, or the #[ReturnTypeWillChange]
> attribute should be used to temporarily suppress the notice […]
wcfsetup/install/files/lib/data/DatabaseObjectList.class.php