Commit df84d61
authored
Symfony 6 & 7 compatibility #9911 (#3)
* chore: symfony 6&7 comaptibility #9911
* refactor: type annotations and property declarations #0000
* fix: switch from getenv calls to $_ENV variables #0000
* chore: switch to empty checks for env values #0000
* feat: warn on conflicting input parameters for configuration #0000
* refactor: remove referneces to the custom collection types #0000
The TypedArray collection functionality doesn't seem to used at all, but
it causes the collection package to be pulled in which triggers multiple
deprecations during runtime on newer PHP versions.
* fix: use array access to update columns attribute #0000
* fix: switch to ArrayObject #00001 parent 4dd90dc commit df84d61
10 files changed
Lines changed: 675 additions & 239 deletions
File tree
- bin
- src
- Command
- Loader
- Method
- Model
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
25 | 23 | | |
26 | 24 | | |
27 | 25 | | |
| |||
0 commit comments