8000 Update src/Symfony/Component/DomCrawler/Test/Constraint/CrawlerSelect… · symfony/symfony@6dfd800 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6dfd800

Browse files
Update src/Symfony/Component/DomCrawler/Test/Constraint/CrawlerSelectorCount.php
Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
1 parent 4a7066b commit 6dfd800
8000

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Symfony/Component/DomCrawler/Test/Constraint/CrawlerSelectorCount.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@
1616

1717
final class CrawlerSelectorCount extends Constraint
1818
{
19-
public function __construct(private readonly string $selector, private readonly int $count)
20-
{
19+
public function __construct(
20+
private readonly string $selector,
21+
private readonly int $count
22+
){
2123
}
2224

2325
public function toString(): string

0 commit comments

Comments
 (0)
0