N°4517 - PHP 8.1: Fix return type hint for iterable classes

This commit is contained in:
Molkobain
2023-01-16 14:21:00 +01:00
parent a50ed02057
commit 61be903eb2
4 changed files with 14 additions and 14 deletions

View File

@@ -843,7 +843,7 @@ class DBObjectSet implements iDBObjectSetIterator
* @throws \MySQLException
* @throws \MySQLHasGoneAwayException
*/
public function Count()
public function Count(): int
{
if (is_null($this->m_iNumTotalDBRows))
{