Skip to content

Commit

Permalink
DX: re-apply CS
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus authored and nicolas-grekas committed Dec 30, 2023
1 parent 6e5688d commit af2c8f6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Tests/Iterator/IteratorTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ protected function assertOrderedIterator($expected, \Traversable $iterator)
}

/**
* Same as assertOrderedIterator, but checks the order of groups of
* array elements.
* Same as assertOrderedIterator, but checks the order of groups of
* array elements.
*
* @param array $expected - an array of arrays. For any two subarrays
* $a and $b such that $a goes before $b in $expected, the method
* asserts that any element of $a goes before any element of $b
* in the sequence generated by $iterator
* @param array $expected an array of arrays. For any two subarrays
* $a and $b such that $a goes before $b in $expected, the method
* asserts that any element of $a goes before any element of $b
* in the sequence generated by $iterator
*/
protected function assertOrderedIteratorForGroups(array $expected, \Traversable $iterator)
{
Expand Down

0 comments on commit af2c8f6

Please sign in to comment.