Commit d1ea60c
committed
minor #61150 Remove legacy code paths that rely on feature checks (nicolas-grekas)
This PR was merged into the 8.0 branch.
Discussion
----------
Remove legacy code paths that rely on feature checks
| Q | A
| ------------- | ---
| Branch? | 8.0
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
This PR also bumps DBAL to ^4.3 and ORM to ^3.4 so that me can remove more code paths.
Commits
-------
c2106970820 Remove legacy code paths that rely on feature checksFile tree
4 files changed
+2
-13
lines changed- Extension
- Core/DataAccessor
- DataCollector
- Tests/Extension/Core/Type
4 files changed
+2
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
| 103 | + | |
107 | 104 | | |
108 | 105 | | |
109 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | 121 | | |
126 | 122 | | |
127 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | 51 | | |
56 | 52 | | |
57 | 53 | | |
| |||
0 commit comments