update patch 1
This commit is contained in:
@@ -19,13 +19,12 @@ final class EmailAttachmentCount extends Constraint
|
||||
{
|
||||
public function __construct(
|
||||
private int $expectedValue,
|
||||
private ?string $transport = null,
|
||||
) {
|
||||
}
|
||||
|
||||
public function toString(): string
|
||||
{
|
||||
return sprintf('has sent "%d" attachment(s)', $this->expectedValue);
|
||||
return \sprintf('has sent "%d" attachment(s)', $this->expectedValue);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user