Skip to content

Commit 0e34e58

Browse files
committed
PHPDoc
1 parent bda15b8 commit 0e34e58

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/TrimIteratorIterator.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ class TrimIteratorIterator extends ClosureIteratorIterator
6868
/**
6969
* Initializes the TrimIteratorIterator.
7070
*
71-
* @param iterable $iterator the iterator containing values to be trimmed
72-
* @param null|string $characters A string defining the characters to be trimmed.
73-
* Defaults to standard whitespace characters.
71+
* @param iterable $iterator the iterator containing values to be trimmed
72+
* @param null|string $characters A string defining the characters to be trimmed.
73+
* Defaults to standard whitespace characters.
7474
*/
7575
public function __construct(iterable $iterator, ?string $characters = self::DEFAULT_CHARACTERS)
7676
{

0 commit comments

Comments
 (0)