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

This reverts commit 61be903eb2.
This commit is contained in:
Molkobain
2023-01-16 14:38:20 +01:00
parent 61be903eb2
commit 4c127b6f61
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(): int
public function Count()
{
if (is_null($this->m_iNumTotalDBRows))
{