Details
-
Improvement
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
-
None
Description
Classes that implement Iterator and Countable will need return type information added to arginfo of relevant methods:
Deprecated: Return type of MongoDB\Driver\BulkWrite::count() should either be compatible with Countable::count(): int, or the #[ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in Unknown on line 0
|
|
Deprecated: Return type of MongoDB\Driver\Cursor::current() should either be compatible with Iterator::current(): mixed, or the #[ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in Unknown on line 0
|
|
Deprecated: Return type of MongoDB\Driver\Cursor::next() should either be compatible with Iterator::next(): void, or the #[ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in Unknown on line 0
|
|
Deprecated: Return type of MongoDB\Driver\Cursor::key() should either be compatible with Iterator::key(): mixed, or the #[ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in Unknown on line 0
|
|
Deprecated: Return type of MongoDB\Driver\Cursor::valid() should either be compatible with Iterator::valid(): bool, or the #[ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in Unknown on line 0
|
|
Deprecated: Return type of MongoDB\Driver\Cursor::rewind() should either be compatible with Iterator::rewind(): void, or the #[ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in Unknown on line 0
|