File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 }
2727 },
2828 "require-dev" : {
29- "symfony/phpunit-bridge" : " ^6.4.3|^ 7.0" ,
30- "symfony/var-dumper" : " ^6.4|^ 7.0" ,
31- "symfony/framework-bundle" : " ^6.4|^ 7.0" ,
32- "symfony/yaml" : " ^6.4|^ 7.0" ,
33- "symfony/translation" : " ^6.4|^ 7.0" ,
34- "assoconnect/php-quality-config" : " ^1.16 " ,
35- "phpstan/phpstan-symfony" : " ^1.3.7 "
29+ "symfony/phpunit-bridge" : " ^7.0.1 " ,
30+ "symfony/var-dumper" : " ^7.0" ,
31+ "symfony/framework-bundle" : " ^7.0" ,
32+ "symfony/yaml" : " ^7.0" ,
33+ "symfony/translation" : " ^7.0" ,
34+ "assoconnect/php-quality-config" : " ^2 " ,
35+ "phpstan/phpstan-symfony" : " ^2 "
3636 },
3737 "require" : {
3838 "php" : " ^8.3" ,
39- "symfony/cache" : " ^6.0|^ 7.0" ,
39+ "symfony/cache" : " ^7.0" ,
4040 "symfony/contracts" : " ^2.5|^3.4" ,
4141 "phpmailer/phpmailer" : " ^6.6" ,
4242 "thecodingmachine/safe" : " ^3"
Original file line number Diff line number Diff line change 11parameters :
22 ignoreErrors :
33 -
4- message : " #^The string contains an insecure link$#"
4+ message : ' #^The string contains an insecure link$#'
5+ identifier : assoconnect.insecureLink
56 count : 1
67 path : src/Resolver/BounceTypeResolver.php
78
89 -
9- message : " #^Cannot call method trans\\ (\\ ) on object\\ |null\\ .$#"
10+ message : ' #^Call to function array_filter\(\) requires parameter \#2 to be passed to avoid loose comparison semantics\.$#'
11+ identifier : arrayFilter.strict
12+ count : 1
13+ path : src/Translatable/BounceReasonTranslatable.php
14+
15+ -
16+ message : ' #^Call to an undefined method object\:\:trans\(\)\.$#'
17+ identifier : method.notFound
1018 count : 1
1119 path : tests/Translatable/BounceReasonTranslatableTest.php
1220
1321 -
14- message : " #^Parameter \\ #1 \\ $translator of method AssoConnect\\\\ SmtpToolbox\\\\ Translatable\\\\ BounceReasonTranslatable\\ :\\ :trans\\ (\\ ) expects Symfony\\\\ Contracts\\\\ Translation\\\\ TranslatorInterface, object\\ |null given\\ .$#"
22+ message : ' #^Parameter \#1 \$translator of method AssoConnect\\SmtpToolbox\\Translatable\\BounceReasonTranslatable\:\:trans\(\) expects Symfony\\Contracts\\Translation\\TranslatorInterface, object given\.$#'
23+ identifier : argument.type
1524 count : 1
1625 path : tests/Translatable/BounceReasonTranslatableTest.php
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class TestKernel extends Kernel
1212{
1313 public function registerBundles (): iterable
1414 {
15- return [ new FrameworkBundle ()] ;
15+ yield new FrameworkBundle ();
1616 }
1717
1818 public function registerContainerConfiguration (LoaderInterface $ loader ): void
You can’t perform that action at this time.
0 commit comments