forked from wallabag/wallabag
Update all deps
- lock `shipmonk/composer-dependency-analyser` because I don't know how to workaround the error - update parameter PHPDoc for `UserMailer` following `TwigSwiftMailer` update - migrate PHPUnit config using `--migrate-configuration`
This commit is contained in:
committed by
Jérémy Benoist
parent
bb1d97284f
commit
fa32abc62b
@ -30,7 +30,7 @@ class UserMailer extends TwigSwiftMailer
|
||||
protected $twig;
|
||||
|
||||
/**
|
||||
* @var array
|
||||
* @var array{template: array{confirmation: string, resetting: string}, from_email: array{confirmation: array<string, string>|string, resetting: array<string, string>|string}}
|
||||
*/
|
||||
protected $parameters;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user