We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fdd327 commit 68659e9Copy full SHA for 68659e9
Net/Gearman/Set.php
@@ -194,6 +194,7 @@ public function attachCallback($callback)
194
*
195
* @return ArrayIterator Tasks
196
*/
197
+ #[\ReturnTypeWillChange]
198
public function getIterator()
199
{
200
return new ArrayIterator($this->tasks);
@@ -205,6 +206,7 @@ public function getIterator()
205
206
* @return int Number of tasks in the set
207
* @see {@link Countable::count()}
208
209
210
public function count()
211
212
return $this->tasksCount;
0 commit comments