mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-06 17:41:01 +00:00
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:
parent
bb1d97284f
commit
fa32abc62b
4 changed files with 354 additions and 366 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue