|
1 | 1 | parameters: |
2 | 2 | ignoreErrors: |
3 | 3 | - |
4 | | - message: "#^Property App\\\\Entity\\\\Comment\\:\\:\\$author type mapping mismatch\\: property can contain App\\\\Entity\\\\User\\|null but database expects App\\\\Entity\\\\User\\.$#" |
| 4 | + message: '#^Class App\\Form\\ChangePasswordType extends generic class Symfony\\Component\\Form\\AbstractType but does not specify its types\: TData$#' |
| 5 | + identifier: missingType.generics |
5 | 6 | count: 1 |
6 | | - path: src/Entity/Comment.php |
| 7 | + path: src/Form/ChangePasswordType.php |
7 | 8 |
|
8 | 9 | - |
9 | | - message: "#^Property App\\\\Entity\\\\Comment\\:\\:\\$content type mapping mismatch\\: property can contain string\\|null but database expects string\\.$#" |
| 10 | + message: '#^Class App\\Form\\CommentType extends generic class Symfony\\Component\\Form\\AbstractType but does not specify its types\: TData$#' |
| 11 | + identifier: missingType.generics |
10 | 12 | count: 1 |
11 | | - path: src/Entity/Comment.php |
| 13 | + path: src/Form/CommentType.php |
12 | 14 |
|
13 | 15 | - |
14 | | - message: "#^Property App\\\\Entity\\\\Comment\\:\\:\\$post type mapping mismatch\\: property can contain App\\\\Entity\\\\Post\\|null but database expects App\\\\Entity\\\\Post\\.$#" |
| 16 | + message: '#^Class App\\Form\\PostType extends generic class Symfony\\Component\\Form\\AbstractType but does not specify its types\: TData$#' |
| 17 | + identifier: missingType.generics |
15 | 18 | count: 1 |
16 | | - path: src/Entity/Comment.php |
| 19 | + path: src/Form/PostType.php |
17 | 20 |
|
18 | 21 | - |
19 | | - message: "#^Property App\\\\Entity\\\\Post\\:\\:\\$author type mapping mismatch\\: property can contain App\\\\Entity\\\\User\\|null but database expects App\\\\Entity\\\\User\\.$#" |
| 22 | + message: '#^Class App\\Form\\Type\\DateTimePickerType extends generic class Symfony\\Component\\Form\\AbstractType but does not specify its types\: TData$#' |
| 23 | + identifier: missingType.generics |
20 | 24 | count: 1 |
21 | | - path: src/Entity/Post.php |
| 25 | + path: src/Form/Type/DateTimePickerType.php |
22 | 26 |
|
23 | 27 | - |
24 | | - message: "#^Property App\\\\Entity\\\\Post\\:\\:\\$content type mapping mismatch\\: property can contain string\\|null but database expects string\\.$#" |
| 28 | + message: '#^Class App\\Form\\Type\\TagsInputType extends generic class Symfony\\Component\\Form\\AbstractType but does not specify its types\: TData$#' |
| 29 | + identifier: missingType.generics |
25 | 30 | count: 1 |
26 | | - path: src/Entity/Post.php |
| 31 | + path: src/Form/Type/TagsInputType.php |
27 | 32 |
|
28 | 33 | - |
29 | | - message: "#^Property App\\\\Entity\\\\Post\\:\\:\\$slug type mapping mismatch\\: property can contain string\\|null but database expects string\\.$#" |
| 34 | + message: '#^Class App\\Form\\UserType extends generic class Symfony\\Component\\Form\\AbstractType but does not specify its types\: TData$#' |
| 35 | + identifier: missingType.generics |
30 | 36 | count: 1 |
31 | | - path: src/Entity/Post.php |
| 37 | + path: src/Form/UserType.php |
32 | 38 |
|
33 | 39 | - |
34 | | - message: "#^Property App\\\\Entity\\\\Post\\:\\:\\$summary type mapping mismatch\\: property can contain string\\|null but database expects string\\.$#" |
| 40 | + message: '#^Call to function method_exists\(\) with ''Symfony\\\\Component\\\\Dotenv\\\\Dotenv'' and ''bootEnv'' will always evaluate to true\.$#' |
| 41 | + identifier: function.alreadyNarrowedType |
35 | 42 | count: 1 |
36 | | - path: src/Entity/Post.php |
37 | | - |
38 | | - - |
39 | | - message: "#^Property App\\\\Entity\\\\Post\\:\\:\\$title type mapping mismatch\\: property can contain string\\|null but database expects string\\.$#" |
40 | | - count: 1 |
41 | | - path: src/Entity/Post.php |
42 | | - |
43 | | - - |
44 | | - message: "#^Property App\\\\Entity\\\\User\\:\\:\\$email type mapping mismatch\\: property can contain string\\|null but database expects string\\.$#" |
45 | | - count: 1 |
46 | | - path: src/Entity/User.php |
47 | | - |
48 | | - - |
49 | | - message: "#^Property App\\\\Entity\\\\User\\:\\:\\$fullName type mapping mismatch\\: property can contain string\\|null but database expects string\\.$#" |
50 | | - count: 1 |
51 | | - path: src/Entity/User.php |
52 | | - |
53 | | - - |
54 | | - message: "#^Property App\\\\Entity\\\\User\\:\\:\\$password type mapping mismatch\\: property can contain string\\|null but database expects string\\.$#" |
55 | | - count: 1 |
56 | | - path: src/Entity/User.php |
57 | | - |
58 | | - - |
59 | | - message: "#^Property App\\\\Entity\\\\User\\:\\:\\$username type mapping mismatch\\: property can contain string\\|null but database expects string\\.$#" |
60 | | - count: 1 |
61 | | - path: src/Entity/User.php |
62 | | - |
63 | | - - |
64 | | - message: "#^Method App\\\\Entity\\\\User::getUserIdentifier\\(\\) should return non-empty-string but returns string\\.$#" |
65 | | - count: 1 |
66 | | - path: src/Entity/User.php |
67 | | - |
68 | | - - |
69 | | - message: "#^Parameter \\#1 \\$function of class ReflectionFunction constructor expects Closure\\|string, callable\\(\\)\\: mixed given\\.$#" |
70 | | - count: 1 |
71 | | - path: src/Twig/SourceCodeExtension.php |
| 43 | + path: tests/bootstrap.php |
0 commit comments