1
0
Fork 0
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:
Jeremy Benoist 2024-07-15 11:51:31 +02:00 committed by Jérémy Benoist
parent bb1d97284f
commit fa32abc62b
4 changed files with 354 additions and 366 deletions

View file

@ -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;