Commit 201f7ae
committed
Merge branch '5.4' into 6.0
* 5.4: (21 commits)
[Finder] Fix finding VCS re-included files in excluded directory
[Yaml] Improve the deprecation warnings for octal numbers to suggest migrating
Fix Choice constraint with associative choices array
[Form] UrlType should not add protocol to emails
[Dotenv] Fix bootEnv() override with .env.local.php when the env key already exists
Silence isatty warnings during tty detection
[Serializer] Fix AbstractObjectNormalizer not considering pseudo type false
[Notifier] Fix encoding of messages with FreeMobileTransport
[Cache] workaround PHP crash
[Console] Fix PHP 8.1 deprecation in ChoiceQuestion
[HttpKernel] Fix compatibility with php bridge and already started php sessions
[Notifier] smsapi-notifier - correct encoding
Replaced full CoC text with link to documentation
Making the parser stateless
[Console] fix restoring stty mode on CTRL+C
fix merge (bis)
fix merge
[Process] Avoid calling fclose on an already closed resource
[GHA] test tty group
[DI] Fix tests on PHP 7.1
...File tree
2 files changed
+20
-16
lines changed- Extension/Core/EventListener
- Tests/Extension/Core/EventListener
2 files changed
+20
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
Lines changed: 19 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
33 | 32 | | |
34 | 33 | | |
35 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
36 | 38 | | |
37 | | - | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
44 | | - | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | | - | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
| 51 | + | |
50 | 52 | | |
| 53 | + | |
51 | 54 | | |
52 | 55 | | |
53 | 56 | | |
54 | 57 | | |
| 58 | + | |
55 | 59 | | |
56 | 60 | | |
57 | 61 | | |
58 | 62 | | |
59 | | - | |
| 63 | + | |
60 | 64 | | |
61 | | - | |
| 65 | + | |
62 | 66 | | |
63 | 67 | | |
64 | 68 | | |
| |||
0 commit comments