Allow Multiple Template per Type #257
php.yml
on: pull_request
cs
/
Check Style
11s
phpstan
/
Static Analyse
2m 33s
Matrix: phpunit
Annotations
7 errors
phpunit (6.5.x) / Tests
Process completed with exit code 1.
|
phpunit (trunk) / Tests
Process completed with exit code 1.
|
phpstan / Static Analyse:
src/Subscriber/FlowSubscriber.php#L70
Parameter #1 $assertion of function assert expects bool|string, int given.
|
phpstan / Static Analyse:
src/Subscriber/FlowSubscriber.php#L76
Parameter #5 $mailTemplateId of method Frosh\TemplateMail\Services\MailFinderServiceInterface::findTemplateByTechnicalName() expects string|null, mixed given.
|
phpstan / Static Analyse:
src/Subscriber/FlowSubscriber.php#L77
Parameter #5 $mailTemplateId of method Frosh\TemplateMail\Services\MailFinderServiceInterface::findTemplateByTechnicalName() expects string|null, mixed given.
|
phpstan / Static Analyse:
src/Subscriber/FlowSubscriber.php#L78
Parameter #5 $mailTemplateId of method Frosh\TemplateMail\Services\MailFinderServiceInterface::findTemplateByTechnicalName() expects string|null, mixed given.
|
phpstan / Static Analyse
Process completed with exit code 1.
|