|
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: '#^Call to function method_exists\(\) with ''Symfony\\\\Component\\\\Dotenv\\\\Dotenv'' and ''bootEnv'' will always evaluate to true\.$#' |
| 5 | + identifier: function.alreadyNarrowedType |
5 | 6 | count: 1
|
6 |
| - path: src/Entity/Comment.php |
7 |
| - |
8 |
| - - |
9 |
| - message: "#^Property App\\\\Entity\\\\Comment\\:\\:\\$content type mapping mismatch\\: property can contain string\\|null but database expects string\\.$#" |
10 |
| - count: 1 |
11 |
| - path: src/Entity/Comment.php |
12 |
| - |
13 |
| - - |
14 |
| - message: "#^Property App\\\\Entity\\\\Comment\\:\\:\\$post type mapping mismatch\\: property can contain App\\\\Entity\\\\Post\\|null but database expects App\\\\Entity\\\\Post\\.$#" |
15 |
| - count: 1 |
16 |
| - path: src/Entity/Comment.php |
17 |
| - |
18 |
| - - |
19 |
| - message: "#^Property App\\\\Entity\\\\Post\\:\\:\\$author type mapping mismatch\\: property can contain App\\\\Entity\\\\User\\|null but database expects App\\\\Entity\\\\User\\.$#" |
20 |
| - count: 1 |
21 |
| - path: src/Entity/Post.php |
22 |
| - |
23 |
| - - |
24 |
| - message: "#^Property App\\\\Entity\\\\Post\\:\\:\\$content type mapping mismatch\\: property can contain string\\|null but database expects string\\.$#" |
25 |
| - count: 1 |
26 |
| - path: src/Entity/Post.php |
27 |
| - |
28 |
| - - |
29 |
| - message: "#^Property App\\\\Entity\\\\Post\\:\\:\\$slug type mapping mismatch\\: property can contain string\\|null but database expects string\\.$#" |
30 |
| - count: 1 |
31 |
| - path: src/Entity/Post.php |
32 |
| - |
33 |
| - - |
34 |
| - message: "#^Property App\\\\Entity\\\\Post\\:\\:\\$summary type mapping mismatch\\: property can contain string\\|null but database expects string\\.$#" |
35 |
| - 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 |
| 7 | + path: tests/bootstrap.php |
0 commit comments