Commit adec730
committed
File tree
27 files changed
+349
-79
lines changedFilter options
- .github
- src/Symfony/Component
- Cache
- Adapter
- Tests/Adapter
- Console/Event
- DomCrawler
- Tests
- HttpFoundation/Session/Storage/Handler
- Lock
- Store
- Tests/Store
- Messenger/Bridge/Doctrine/Transport
- Serializer
- Normalizer
- Tests
- Fixtures
- Normalizer
- Features
- String/Inflector
- Validator/Resources/translations
- VarExporter
- Internal
- Tests
- Fixtures
27 files changed
+349
-79
lines changed.github/PULL_REQUEST_TEMPLATE.md
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
|
src/Symfony/Component/Cache/Adapter/DoctrineDbalAdapter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/DoctrineDbalAdapter.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
389 | 389 |
|
390 | 390 |
|
391 | 391 |
|
392 |
| - |
| 392 | + |
| 393 | + |
393 | 394 |
|
394 | 395 |
|
395 | 396 |
|
|
src/Symfony/Component/Cache/Adapter/PdoAdapter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/PdoAdapter.php+19-2Lines changed: 19 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
286 | 286 |
|
287 | 287 |
|
288 | 288 |
|
289 |
| - |
| 289 | + |
290 | 290 |
|
291 | 291 |
|
292 | 292 |
|
| ||
321 | 321 |
|
322 | 322 |
|
323 | 323 |
|
324 |
| - |
| 324 | + |
325 | 325 |
|
326 | 326 |
|
327 | 327 |
|
| ||
369 | 369 |
|
370 | 370 |
|
371 | 371 |
|
| 372 | + |
| 373 | + |
| 374 | + |
| 375 | + |
| 376 | + |
| 377 | + |
| 378 | + |
| 379 | + |
| 380 | + |
| 381 | + |
| 382 | + |
| 383 | + |
| 384 | + |
| 385 | + |
| 386 | + |
| 387 | + |
| 388 | + |
372 | 389 |
|
src/Symfony/Component/Cache/Tests/Adapter/DoctrineDbalAdapterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/DoctrineDbalAdapterTest.php+31-11Lines changed: 31 additions & 11 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
| 26 | + |
| 27 | + |
26 | 28 |
|
27 | 29 |
|
28 | 30 |
|
| ||
31 | 33 |
|
32 | 34 |
|
33 | 35 |
|
34 |
| - |
35 |
| - |
36 |
| - |
37 |
| - |
38 | 36 |
|
39 | 37 |
|
40 | 38 |
|
| ||
106 | 104 |
|
107 | 105 |
|
108 | 106 |
|
109 |
| - |
| 107 | + |
110 | 108 |
|
111 |
| - |
| 109 | + |
112 | 110 |
|
113 | 111 |
|
114 | 112 |
|
115 |
| - |
116 | 113 |
|
117 | 114 |
|
118 | 115 |
|
| ||
124 | 121 |
|
125 | 122 |
|
126 | 123 |
|
127 |
| - |
| 124 | + |
128 | 125 |
|
129 | 126 |
|
130 |
| - |
131 |
| - |
132 |
| - |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
133 | 153 |
|
134 | 154 |
|
135 | 155 |
|
|
src/Symfony/Component/Cache/Tests/Adapter/PdoAdapterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/PdoAdapterTest.php+32-10Lines changed: 32 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
| 19 | + |
18 | 20 |
|
19 | 21 |
|
20 | 22 |
|
| ||
23 | 25 |
|
24 | 26 |
|
25 | 27 |
|
26 |
| - |
27 |
| - |
28 |
| - |
29 |
| - |
30 | 28 |
|
31 | 29 |
|
32 | 30 |
|
| ||
68 | 66 |
|
69 | 67 |
|
70 | 68 |
|
71 |
| - |
| 69 | + |
72 | 70 |
|
73 |
| - |
| 71 | + |
74 | 72 |
|
75 | 73 |
|
76 | 74 |
|
77 |
| - |
78 | 75 |
|
79 | 76 |
|
80 | 77 |
|
| ||
86 | 83 |
|
87 | 84 |
|
88 | 85 |
|
89 |
| - |
| 86 | + |
90 | 87 |
|
91 | 88 |
|
92 |
| - |
93 |
| - |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
94 | 116 |
|
95 | 117 |
|
96 | 118 |
|
|
src/Symfony/Component/Console/Event/ConsoleCommandEvent.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Event/ConsoleCommandEvent.php+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
16 | 19 |
|
17 | 20 |
|
18 | 21 |
|
|
src/Symfony/Component/DomCrawler/Tests/UriResolverTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DomCrawler/Tests/UriResolverTest.php+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
85 | 85 |
|
86 | 86 |
|
87 | 87 |
|
88 |
| - |
89 |
| - |
90 |
| - |
| 88 | + |
91 | 89 |
|
92 | 90 |
|
93 | 91 |
|
src/Symfony/Component/DomCrawler/UriResolver.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DomCrawler/UriResolver.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 |
| - |
| 36 | + |
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
|
src/Symfony/Component/HttpFoundation/Session/Storage/Handler/SessionHandlerFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Session/Storage/Handler/SessionHandlerFactory.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
78 | 78 |
|
79 | 79 |
|
80 | 80 |
|
| 81 | + |
81 | 82 |
|
82 | 83 |
|
83 | 84 |
|
|
src/Symfony/Component/Lock/Store/PdoStore.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Store/PdoStore.php+30-3Lines changed: 30 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
95 | 95 |
|
96 | 96 |
|
97 | 97 |
|
98 |
| - |
| 98 | + |
99 | 99 |
|
100 | 100 |
|
101 | 101 |
|
| ||
107 | 107 |
|
108 | 108 |
|
109 | 109 |
|
110 |
| - |
111 |
| - |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
112 | 122 |
|
113 | 123 |
|
114 | 124 |
|
| ||
238 | 248 |
|
239 | 249 |
|
240 | 250 |
|
| 251 | + |
| 252 | + |
| 253 | + |
| 254 | + |
| 255 | + |
| 256 | + |
| 257 | + |
| 258 | + |
| 259 | + |
| 260 | + |
| 261 | + |
| 262 | + |
| 263 | + |
| 264 | + |
| 265 | + |
| 266 | + |
| 267 | + |
241 | 268 |
|
src/Symfony/Component/Lock/Tests/Store/DoctrineDbalStoreTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Tests/Store/DoctrineDbalStoreTest.php+30-6Lines changed: 30 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
74 | 74 |
|
75 | 75 |
|
76 | 76 |
|
77 |
| - |
| 77 | + |
78 | 78 |
|
79 |
| - |
| 79 | + |
80 | 80 |
|
81 | 81 |
|
82 | 82 |
|
| ||
92 | 92 |
|
93 | 93 |
|
94 | 94 |
|
95 |
| - |
| 95 | + |
96 | 96 |
|
97 | 97 |
|
98 |
| - |
99 |
| - |
100 |
| - |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
101 | 125 |
|
102 | 126 |
|
103 | 127 |
|
|
0 commit comments