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

@@ -38,7 +38,7 @@ interface iDBObjectSetIterator extends Countable
*
* @return int
*/
public function Count(): int;
public function Count();
/**
* Reset the cursor to the first item in the collection. Equivalent to Seek(0)