File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -375,6 +375,7 @@ protected function initialize()
375
375
*
376
376
* @see Countable
377
377
*/
378
+ #[\ReturnTypeWillChange]
378
379
public function count ()
379
380
{
380
381
$ this ->initialize ();
@@ -385,6 +386,7 @@ public function count()
385
386
/**
386
387
* @see IteratorAggregate
387
388
*/
389
+ #[\ReturnTypeWillChange]
388
390
public function getIterator ()
389
391
{
390
392
$ this ->initialize ();
Original file line number Diff line number Diff line change @@ -54,11 +54,13 @@ public function getAll()
54
54
return $ this ->revisions ;
55
55
}
56
56
57
+ #[\ReturnTypeWillChange]
57
58
public function getIterator ()
58
59
{
59
60
return new \ArrayIterator ($ this ->revisions );
60
61
}
61
62
63
+ #[\ReturnTypeWillChange]
62
64
public function count ()
63
65
{
64
66
return count ($ this ->revisions );
You can’t perform that action at this time.
0 commit comments