Commit 48be4b3
committed
File tree
9 files changed
+177
-42
lines changedFilter options
- src/Symfony/Component
- Cache
- Adapter
- Tests/Adapter
- HttpFoundation/Session/Storage/Handler
- Lock
- Store
- Tests/Store
- Messenger/Bridge/Doctrine/Transport
9 files changed
+177
-42
lines changedsrc/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 |
---|---|---|
| ||
420 | 420 |
|
421 | 421 |
|
422 | 422 |
|
423 |
| - |
| 423 | + |
| 424 | + |
424 | 425 |
|
425 | 426 |
|
426 | 427 |
|
|
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 |
---|---|---|
| ||
507 | 507 |
|
508 | 508 |
|
509 | 509 |
|
510 |
| - |
| 510 | + |
511 | 511 |
|
512 | 512 |
|
513 | 513 |
|
| ||
542 | 542 |
|
543 | 543 |
|
544 | 544 |
|
545 |
| - |
| 545 | + |
546 | 546 |
|
547 | 547 |
|
548 | 548 |
|
| ||
596 | 596 |
|
597 | 597 |
|
598 | 598 |
|
| 599 | + |
| 600 | + |
| 601 | + |
| 602 | + |
| 603 | + |
| 604 | + |
| 605 | + |
| 606 | + |
| 607 | + |
| 608 | + |
| 609 | + |
| 610 | + |
| 611 | + |
| 612 | + |
| 613 | + |
| 614 | + |
| 615 | + |
599 | 616 |
|
src/Symfony/Component/Cache/Tests/Adapter/DoctrineDbalAdapterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/DoctrineDbalAdapterTest.php+31-12Lines changed: 31 additions & 12 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
22 | 21 |
|
23 | 22 |
|
24 | 23 |
|
25 | 24 |
|
26 | 25 |
|
| 26 | + |
| 27 | + |
27 | 28 |
|
28 | 29 |
|
29 | 30 |
|
| ||
32 | 33 |
|
33 | 34 |
|
34 | 35 |
|
35 |
| - |
36 |
| - |
37 |
| - |
38 |
| - |
39 | 36 |
|
40 | 37 |
|
41 | 38 |
|
| ||
107 | 104 |
|
108 | 105 |
|
109 | 106 |
|
110 |
| - |
| 107 | + |
111 | 108 |
|
112 |
| - |
| 109 | + |
113 | 110 |
|
114 | 111 |
|
115 | 112 |
|
116 |
| - |
117 | 113 |
|
118 | 114 |
|
119 | 115 |
|
| ||
125 | 121 |
|
126 | 122 |
|
127 | 123 |
|
128 |
| - |
| 124 | + |
129 | 125 |
|
130 | 126 |
|
131 |
| - |
132 |
| - |
133 |
| - |
| 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 | + |
134 | 153 |
|
135 | 154 |
|
136 | 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-11Lines changed: 32 additions & 11 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 | 14 |
|
16 | 15 |
|
17 | 16 |
|
18 | 17 |
|
| 18 | + |
| 19 | + |
19 | 20 |
|
20 | 21 |
|
21 | 22 |
|
| ||
24 | 25 |
|
25 | 26 |
|
26 | 27 |
|
27 |
| - |
28 |
| - |
29 |
| - |
30 |
| - |
31 | 28 |
|
32 | 29 |
|
33 | 30 |
|
| ||
71 | 68 |
|
72 | 69 |
|
73 | 70 |
|
74 |
| - |
| 71 | + |
75 | 72 |
|
76 |
| - |
| 73 | + |
77 | 74 |
|
78 | 75 |
|
79 | 76 |
|
80 |
| - |
81 | 77 |
|
82 | 78 |
|
83 | 79 |
|
| ||
89 | 85 |
|
90 | 86 |
|
91 | 87 |
|
92 |
| - |
| 88 | + |
93 | 89 |
|
94 | 90 |
|
95 |
| - |
96 |
| - |
| 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 | + |
| 116 | + |
| 117 | + |
97 | 118 |
|
98 | 119 |
|
99 | 120 |
|
|
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 |
---|---|---|
| ||
82 | 82 |
|
83 | 83 |
|
84 | 84 |
|
| 85 | + |
85 | 86 |
|
86 | 87 |
|
87 | 88 |
|
|
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 |
---|---|---|
| ||
115 | 115 |
|
116 | 116 |
|
117 | 117 |
|
118 |
| - |
| 118 | + |
119 | 119 |
|
120 | 120 |
|
121 | 121 |
|
| ||
127 | 127 |
|
128 | 128 |
|
129 | 129 |
|
130 |
| - |
131 |
| - |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
132 | 142 |
|
133 | 143 |
|
134 | 144 |
|
| ||
316 | 326 |
|
317 | 327 |
|
318 | 328 |
|
| 329 | + |
| 330 | + |
| 331 | + |
| 332 | + |
| 333 | + |
| 334 | + |
| 335 | + |
| 336 | + |
| 337 | + |
| 338 | + |
| 339 | + |
| 340 | + |
| 341 | + |
| 342 | + |
| 343 | + |
| 344 | + |
| 345 | + |
319 | 346 |
|
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 |
---|---|---|
| ||
79 | 79 |
|
80 | 80 |
|
81 | 81 |
|
82 |
| - |
| 82 | + |
83 | 83 |
|
84 |
| - |
| 84 | + |
85 | 85 |
|
86 | 86 |
|
87 | 87 |
|
| ||
97 | 97 |
|
98 | 98 |
|
99 | 99 |
|
100 |
| - |
| 100 | + |
101 | 101 |
|
102 | 102 |
|
103 |
| - |
104 |
| - |
105 |
| - |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
106 | 130 |
|
107 | 131 |
|
108 | 132 |
|
|
src/Symfony/Component/Lock/Tests/Store/PdoStoreTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Tests/Store/PdoStoreTest.php+31-7Lines changed: 31 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
24 |
| - |
25 | 23 |
|
26 | 24 |
|
27 | 25 |
|
| ||
78 | 76 |
|
79 | 77 |
|
80 | 78 |
|
81 |
| - |
| 79 | + |
82 | 80 |
|
83 |
| - |
| 81 | + |
84 | 82 |
|
85 | 83 |
|
86 | 84 |
|
| ||
96 | 94 |
|
97 | 95 |
|
98 | 96 |
|
99 |
| - |
| 97 | + |
100 | 98 |
|
101 | 99 |
|
102 |
| - |
103 |
| - |
| 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 | + |
| 125 | + |
| 126 | + |
| 127 | + |
104 | 128 |
|
105 | 129 |
|
src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/PostgreSqlConnection.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/PostgreSqlConnection.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
| 67 | + |
67 | 68 |
|
68 | 69 |
|
69 | 70 |
|
|
0 commit comments