We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0381e3f commit 993d798Copy full SHA for 993d798
Test/Constraint/EmailAttachmentCount.php
@@ -19,7 +19,6 @@ final class EmailAttachmentCount extends Constraint
19
{
20
public function __construct(
21
private int $expectedValue,
22
- private ?string $transport = null,
23
) {
24
}
25
0 commit comments