Commit 519ba3c
File tree
61 files changed
+886
-302
lines changedFilter options
- src/Symfony
- Bridge/Doctrine
- PropertyInfo
- Tests/PropertyInfo
- Fixtures
- Bundle
- FrameworkBundle
- Command
- Console/Descriptor
- DependencyInjection
- Resources/config
- schema
- Tests
- DependencyInjection
- Fixtures
- php
- xml
- yml
- Functional
- Fixtures
- TwigBundle/Resources/config
- Component
- Cache
- Adapter
- Traits
- DependencyInjection
- Argument
- Compiler
- Tests/Compiler
- EventDispatcher
- Form
- Extension/Core/Type
- Tests/Extension/Core/Type
- Messenger
- Command
- EventListener
- Handler
- Middleware
- Stamp
- Tests
- Command
- EventListener
- Middleware
- Stamp
- Transport/Doctrine
- Transport/Sender
- Serializer/Normalizer
- Validator
- Constraints
- Mapping/Loader
- Tests
- Fixtures
- Mapping/Loader
- Workflow
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
61 files changed
+886
-302
lines changed+9-2Lines changed: 9 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
22 | 21 |
|
23 | 22 |
|
24 | 23 |
|
| ||
27 | 26 |
|
28 | 27 |
|
29 | 28 |
|
30 |
| - |
31 | 29 |
|
32 | 30 |
|
33 | 31 |
|
| ||
38 | 36 |
|
39 | 37 |
|
40 | 38 |
|
| 39 | + |
41 | 40 |
|
42 | 41 |
|
43 | 42 |
|
| ||
55 | 54 |
|
56 | 55 |
|
57 | 56 |
|
| 57 | + |
58 | 58 |
|
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
| 65 | + |
| 66 | + |
| 67 | + |
65 | 68 |
|
66 | 69 |
|
67 | 70 |
|
68 | 71 |
|
| 72 | + |
69 | 73 |
|
70 | 74 |
|
71 | 75 |
|
| ||
77 | 81 |
|
78 | 82 |
|
79 | 83 |
|
| 84 | + |
80 | 85 |
|
81 | 86 |
|
82 | 87 |
|
| ||
96 | 101 |
|
97 | 102 |
|
98 | 103 |
|
| 104 | + |
99 | 105 |
|
100 | 106 |
|
101 | 107 |
|
| ||
107 | 113 |
|
108 | 114 |
|
109 | 115 |
|
| 116 | + |
110 | 117 |
|
111 | 118 |
|
112 | 119 |
|
|
src/Symfony/Bridge/Doctrine/PropertyInfo/DoctrineExtractor.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/PropertyInfo/DoctrineExtractor.php+40-13Lines changed: 40 additions & 13 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
18 | 19 |
|
19 | 20 |
|
| 21 | + |
20 | 22 |
|
21 | 23 |
|
22 | 24 |
|
| ||
26 | 28 |
|
27 | 29 |
|
28 | 30 |
|
29 |
| - |
| 31 | + |
30 | 32 |
|
31 | 33 |
|
32 | 34 |
|
| ||
51 | 53 |
|
52 | 54 |
|
53 | 55 |
|
54 |
| - |
55 |
| - |
56 |
| - |
57 |
| - |
58 |
| - |
59 |
| - |
| 56 | + |
| 57 | + |
60 | 58 |
|
61 | 59 |
|
62 | 60 |
|
| ||
77 | 75 |
|
78 | 76 |
|
79 | 77 |
|
80 |
| - |
81 |
| - |
82 |
| - |
83 |
| - |
84 |
| - |
85 |
| - |
| 78 | + |
| 79 | + |
86 | 80 |
|
87 | 81 |
|
88 | 82 |
|
| ||
176 | 170 |
|
177 | 171 |
|
178 | 172 |
|
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + |
| 199 | + |
| 200 | + |
| 201 | + |
| 202 | + |
| 203 | + |
| 204 | + |
| 205 | + |
179 | 206 |
|
180 | 207 |
|
181 | 208 |
|
|
src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/DoctrineExtractorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/DoctrineExtractorTest.php+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| 19 | + |
19 | 20 |
|
20 | 21 |
|
21 | 22 |
|
| ||
223 | 224 |
|
224 | 225 |
|
225 | 226 |
|
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
226 | 236 |
|
src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/DoctrineGeneratedValue.php
Copy file name to clipboard+37Lines changed: 37 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
| 25 | + |
| 26 | + |
25 | 27 |
|
26 | 28 |
|
27 | 29 |
|
|
src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php+2-5Lines changed: 2 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
224 | 224 |
|
225 | 225 |
|
226 | 226 |
|
| 227 | + |
| 228 | + |
227 | 229 |
|
228 | 230 |
|
229 |
| - |
230 |
| - |
231 | 231 |
|
232 | 232 |
|
233 |
| - |
234 |
| - |
235 |
| - |
236 | 233 |
|
237 | 234 |
|
238 | 235 |
|
|
src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/Descriptor.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/Descriptor.php+23-3Lines changed: 23 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
322 | 322 |
|
323 | 323 |
|
324 | 324 |
|
| 325 | + |
| 326 | + |
| 327 | + |
| 328 | + |
| 329 | + |
| 330 | + |
| 331 | + |
| 332 | + |
| 333 | + |
| 334 | + |
| 335 | + |
| 336 | + |
| 337 | + |
| 338 | + |
| 339 | + |
| 340 | + |
| 341 | + |
| 342 | + |
325 | 343 |
|
326 | 344 |
|
| 345 | + |
327 | 346 |
|
328 |
| - |
| 347 | + |
| 348 | + |
329 | 349 |
|
330 | 350 |
|
331 | 351 |
|
332 | 352 |
|
333 | 353 |
|
334 |
| - |
| 354 | + |
335 | 355 |
|
336 | 356 |
|
337 | 357 |
|
338 | 358 |
|
339 |
| - |
| 359 | + |
340 | 360 |
|
341 | 361 |
|
342 | 362 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php-3Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1125 | 1125 |
|
1126 | 1126 |
|
1127 | 1127 |
|
1128 |
| - |
1129 | 1128 |
|
1130 | 1129 |
|
1131 | 1130 |
|
| ||
1134 | 1133 |
|
1135 | 1134 |
|
1136 | 1135 |
|
1137 |
| - |
1138 | 1136 |
|
1139 | 1137 |
|
1140 | 1138 |
|
| ||
1147 | 1145 |
|
1148 | 1146 |
|
1149 | 1147 |
|
1150 |
| - |
1151 | 1148 |
|
1152 | 1149 |
|
1153 | 1150 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+7-16Lines changed: 7 additions & 16 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
99 | 99 |
|
100 | 100 |
|
101 | 101 |
|
102 |
| - |
103 | 102 |
|
104 | 103 |
|
105 | 104 |
|
| ||
1505 | 1504 |
|
1506 | 1505 |
|
1507 | 1506 |
|
1508 |
| - |
1509 |
| - |
1510 |
| - |
1511 |
| - |
1512 |
| - |
1513 |
| - |
1514 |
| - |
1515 |
| - |
1516 |
| - |
1517 |
| - |
1518 |
| - |
1519 |
| - |
| 1507 | + |
| 1508 | + |
1520 | 1509 |
|
1521 | 1510 |
|
1522 | 1511 |
|
| ||
1551 | 1540 |
|
1552 | 1541 |
|
1553 | 1542 |
|
| 1543 | + |
| 1544 | + |
| 1545 | + |
| 1546 | + |
1554 | 1547 |
|
1555 | 1548 |
|
1556 | 1549 |
|
| ||
1659 | 1652 |
|
1660 | 1653 |
|
1661 | 1654 |
|
| 1655 | + |
1662 | 1656 |
|
1663 | 1657 |
|
1664 | 1658 |
|
| ||
1744 | 1738 |
|
1745 | 1739 |
|
1746 | 1740 |
|
1747 |
| - |
1748 | 1741 |
|
1749 | 1742 |
|
1750 | 1743 |
|
| ||
1758 | 1751 |
|
1759 | 1752 |
|
1760 | 1753 |
|
1761 |
| - |
1762 | 1754 |
|
1763 | 1755 |
|
1764 | 1756 |
|
| ||
1769 | 1761 |
|
1770 | 1762 |
|
1771 | 1763 |
|
1772 |
| - |
1773 | 1764 |
|
1774 | 1765 |
|
1775 | 1766 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/cache.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/cache.xml+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
39 | 43 |
|
40 | 44 |
|
41 | 45 |
|
|
0 commit comments