File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -265,8 +265,8 @@ data from paginated services::
265265
266266 $allPagesItems = $items->toList();
267267
268- If you are using PHP 5.5+, you can use the ``yield `` keyword inside ``unfold() ``
269- to return as many elements for each item in the collection as you may need::
268+ You can use the ``yield `` keyword inside ``unfold()``to return as
269+ many elements for each item in the collection as you may need::
270270
271271 $oddNumbers = [1, 3, 5, 7];
272272 $collection = new Collection($oddNumbers);
@@ -1182,7 +1182,6 @@ Making Collections Rewindable
11821182The ``buffered() `` method is also useful for converting non-rewindable iterators
11831183into collections that can be iterated more than once::
11841184
1185- // In PHP 5.5+
11861185 public function results()
11871186 {
11881187 ...
You can’t perform that action at this time.
0 commit comments