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

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