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()
375375 *
376376 * @see Countable
377377 */
378+ #[\ReturnTypeWillChange]
378379 public function count ()
379380 {
380381 $ this ->initialize ();
@@ -385,6 +386,7 @@ public function count()
385386 /**
386387 * @see IteratorAggregate
387388 */
389+ #[\ReturnTypeWillChange]
388390 public function getIterator ()
389391 {
390392 $ this ->initialize ();
Original file line number Diff line number Diff line change @@ -54,11 +54,13 @@ public function getAll()
5454 return $ this ->revisions ;
5555 }
5656
57+ #[\ReturnTypeWillChange]
5758 public function getIterator ()
5859 {
5960 return new \ArrayIterator ($ this ->revisions );
6061 }
6162
63+ #[\ReturnTypeWillChange]
6264 public function count ()
6365 {
6466 return count ($ this ->revisions );
You can’t perform that action at this time.
0 commit comments