Skip to content

Commit eeca11d

Browse files
authored
[TASK] Fix code style (#269)
1 parent 6547682 commit eeca11d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/fractor-xml/src/DomDocumentIterator.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@
2424
/**
2525
* @param list<DomNodeVisitor> $visitors
2626
*/
27-
public function __construct(
28-
iterable $visitors
29-
) {
27+
public function __construct(iterable $visitors)
28+
{
3029
$visitors = iterator_to_array($visitors);
3130
Assert::allIsInstanceOf($visitors, DomNodeVisitor::class);
3231
$this->visitors = $visitors;

0 commit comments

Comments
 (0)