feat(mailer): add mailer #1762
coding-conventions.yml
on: pull_request
Run style check
38s
Run static analysis: PHPStan
30s
Annotations
1 warning
|
strictness/require-parameter-type:
packages/mailer/src/Mailer.php#L16
Parameter `$params` is missing a type hint.
Type hints improve code readability and help prevent type-related errors.
Help: Consider adding a type hint to parameter `$params`.
|