8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a7066b commit 6dfd800 8000 Copy full SHA for 6dfd800
src/Symfony/Component/DomCrawler/Test/Constraint/CrawlerSelectorCount.php
@@ -16,8 +16,10 @@
16
17
final class CrawlerSelectorCount extends Constraint
18
{
19
- public function __construct(private readonly string $selector, private readonly int $count)
20
- {
+ public function __construct(
+ private readonly string $selector,
21
+ private readonly int $count
22
+ ){
23
}
24
25
public function toString(): string
0 commit comments