From af2c8f6ff10e153aa0b5743140b0cf4d6d0a550f Mon Sep 17 00:00:00 2001 From: Dariusz Ruminski Date: Wed, 27 Dec 2023 13:57:19 +0100 Subject: [PATCH] DX: re-apply CS --- Tests/Iterator/IteratorTestCase.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Tests/Iterator/IteratorTestCase.php b/Tests/Iterator/IteratorTestCase.php index e66f9362..2a838400 100644 --- a/Tests/Iterator/IteratorTestCase.php +++ b/Tests/Iterator/IteratorTestCase.php @@ -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) {