|
1 | 1 | parameters:
|
2 | 2 | ignoreErrors:
|
| 3 | + - |
| 4 | + message: "#^Property App\\\\Entity\\\\Comment\\:\\:\\$author type mapping mismatch\\: property can contain App\\\\Entity\\\\User\\|null but database expects App\\\\Entity\\\\User\\.$#" |
| 5 | + 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 | + |
3 | 63 | -
|
4 | 64 | message: "#^Parameter \\#1 \\$function of class ReflectionFunction constructor expects Closure\\|string, callable\\(\\)\\: mixed given\\.$#"
|
5 | 65 | count: 1
|
|
0 commit comments