Commit 7af9daa
File tree
13 files changed
+51
-50
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle/DependencyInjection
- Component/Lock
- Store
- Tests
- Store
13 files changed
+51
-50
lines changedsrc/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
72 | 72 |
|
73 | 73 |
|
74 | 74 |
|
75 |
| - |
| 75 | + |
76 | 76 |
|
77 | 77 |
|
78 | 78 |
|
| ||
1642 | 1642 |
|
1643 | 1643 |
|
1644 | 1644 |
|
1645 |
| - |
| 1645 | + |
1646 | 1646 |
|
1647 | 1647 |
|
1648 | 1648 |
|
1649 | 1649 |
|
1650 |
| - |
| 1650 | + |
1651 | 1651 |
|
1652 | 1652 |
|
1653 | 1653 |
|
|
src/Symfony/Component/Lock/BlockingStoreInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/BlockingStoreInterface.php-4Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
16 | 15 |
|
17 | 16 |
|
18 | 17 |
|
| ||
22 | 21 |
|
23 | 22 |
|
24 | 23 |
|
25 |
| - |
26 |
| - |
27 | 24 |
|
28 |
| - |
29 | 25 |
|
30 | 26 |
|
31 | 27 |
|
|
src/Symfony/Component/Lock/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/CHANGELOG.md+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 |
| - |
| 8 | + |
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
|
src/Symfony/Component/Lock/Lock.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Lock.php+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 |
| - |
41 |
| - |
42 |
| - |
43 |
| - |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
44 | 44 |
|
45 |
| - |
| 45 | + |
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
|
src/Symfony/Component/Lock/PersistStoreInterface.php renamed to src/Symfony/Component/Lock/PersistingStoreInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/PersistingStoreInterface.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
| 21 | + |
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
|
src/Symfony/Component/Lock/Store/CombinedStore.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Store/CombinedStore.php+9-7Lines changed: 9 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
| 21 | + |
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 |
| - |
| 35 | + |
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
41 |
| - |
42 |
| - |
| 41 | + |
| 42 | + |
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
49 |
| - |
50 |
| - |
| 49 | + |
| 50 | + |
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
| ||
95 | 95 |
|
96 | 96 |
|
97 | 97 |
|
| 98 | + |
| 99 | + |
98 | 100 |
|
99 | 101 |
|
100 | 102 |
|
101 |
| - |
| 103 | + |
102 | 104 |
|
103 | 105 |
|
104 | 106 |
|
|
src/Symfony/Component/Lock/Store/MemcachedStore.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Store/MemcachedStore.php+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
71 | 71 |
|
72 | 72 |
|
73 | 73 |
|
| 74 | + |
| 75 | + |
74 | 76 |
|
75 | 77 |
|
76 | 78 |
|
77 |
| - |
| 79 | + |
78 | 80 |
|
79 | 81 |
|
80 | 82 |
|
|
src/Symfony/Component/Lock/Store/RedisStore.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Store/RedisStore.php+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
74 | 74 |
|
75 | 75 |
|
76 | 76 |
|
| 77 | + |
| 78 | + |
77 | 79 |
|
78 | 80 |
|
79 | 81 |
|
80 |
| - |
| 82 | + |
81 | 83 |
|
82 | 84 |
|
83 | 85 |
|
|
src/Symfony/Component/Lock/Store/RetryTillSaveStore.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Store/RetryTillSaveStore.php+6-6Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
| 20 | + |
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
29 |
| - |
| 29 | + |
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
| ||
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
38 |
| - |
39 |
| - |
40 |
| - |
| 38 | + |
| 39 | + |
| 40 | + |
41 | 41 |
|
42 |
| - |
| 42 | + |
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
|
src/Symfony/Component/Lock/Store/ZookeeperStore.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Store/ZookeeperStore.php+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
84 | 84 |
|
85 | 85 |
|
86 | 86 |
|
| 87 | + |
| 88 | + |
87 | 89 |
|
88 | 90 |
|
89 | 91 |
|
90 |
| - |
| 92 | + |
91 | 93 |
|
92 | 94 |
|
93 | 95 |
|
|
src/Symfony/Component/Lock/StoreInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/StoreInterface.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
22 |
| - |
| 22 | + |
23 | 23 |
|
24 |
| - |
| 24 | + |
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
|
src/Symfony/Component/Lock/Tests/LockTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Tests/LockTest.php+12-15Lines changed: 12 additions & 15 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
| 20 | + |
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 |
| - |
| 31 | + |
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
| ||
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
56 |
| - |
57 |
| - |
58 | 56 |
|
59 | 57 |
|
60 | 58 |
|
| ||
72 | 70 |
|
73 | 71 |
|
74 | 72 |
|
75 |
| - |
| 73 | + |
76 | 74 |
|
77 | 75 |
|
78 | 76 |
|
| ||
100 | 98 |
|
101 | 99 |
|
102 | 100 |
|
103 |
| - |
| 101 | + |
104 | 102 |
|
105 | 103 |
|
106 | 104 |
|
107 | 105 |
|
108 |
| - |
109 | 106 |
|
110 | 107 |
|
111 | 108 |
|
| ||
166 | 163 |
|
167 | 164 |
|
168 | 165 |
|
169 |
| - |
| 166 | + |
170 | 167 |
|
171 | 168 |
|
172 | 169 |
|
| ||
181 | 178 |
|
182 | 179 |
|
183 | 180 |
|
184 |
| - |
| 181 | + |
185 | 182 |
|
186 | 183 |
|
187 | 184 |
|
| ||
221 | 218 |
|
222 | 219 |
|
223 | 220 |
|
224 |
| - |
| 221 | + |
225 | 222 |
|
226 | 223 |
|
227 | 224 |
|
| ||
240 | 237 |
|
241 | 238 |
|
242 | 239 |
|
243 |
| - |
| 240 | + |
244 | 241 |
|
245 | 242 |
|
246 | 243 |
|
| ||
262 | 259 |
|
263 | 260 |
|
264 | 261 |
|
265 |
| - |
| 262 | + |
266 | 263 |
|
267 | 264 |
|
268 | 265 |
|
| ||
285 | 282 |
|
286 | 283 |
|
287 | 284 |
|
288 |
| - |
| 285 | + |
289 | 286 |
|
290 | 287 |
|
291 | 288 |
|
| ||
308 | 305 |
|
309 | 306 |
|
310 | 307 |
|
311 |
| - |
| 308 | + |
312 | 309 |
|
313 | 310 |
|
314 | 311 |
|
| ||
337 | 334 |
|
338 | 335 |
|
339 | 336 |
|
340 |
| - |
| 337 | + |
341 | 338 |
|
342 | 339 |
|
343 | 340 |
|
|
src/Symfony/Component/Lock/Tests/Store/CombinedStoreTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Tests/Store/CombinedStoreTest.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 |
| - |
| 17 | + |
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
| ||
63 | 63 |
|
64 | 64 |
|
65 | 65 |
|
66 |
| - |
67 |
| - |
| 66 | + |
| 67 | + |
68 | 68 |
|
69 | 69 |
|
70 | 70 |
|
|
0 commit comments