Commit e80d405
committed
File tree
19 files changed
+66
-106
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle/DependencyInjection
- Component/Lock
- Store
- Tests
- Store
19 files changed
+66
-106
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
105 | 105 |
|
106 | 106 |
|
107 | 107 |
|
108 |
| - |
| 108 | + |
109 | 109 |
|
110 | 110 |
|
111 | 111 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
311 | 311 |
|
312 | 312 |
|
313 | 313 |
|
314 |
| - |
| 314 | + |
315 | 315 |
|
316 | 316 |
|
317 | 317 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
73 | 73 |
|
74 | 74 |
|
75 | 75 |
|
76 |
| - |
| 76 | + |
77 | 77 |
|
78 | 78 |
|
79 | 79 |
|
| ||
1606 | 1606 |
|
1607 | 1607 |
|
1608 | 1608 |
|
1609 |
| - |
| 1609 | + |
1610 | 1610 |
|
1611 | 1611 |
|
1612 | 1612 |
|
| ||
1649 | 1649 |
|
1650 | 1650 |
|
1651 | 1651 |
|
1652 |
| - |
| 1652 | + |
1653 | 1653 |
|
1654 | 1654 |
|
1655 | 1655 |
|
1656 | 1656 |
|
1657 | 1657 |
|
1658 |
| - |
| 1658 | + |
1659 | 1659 |
|
1660 | 1660 |
|
1661 | 1661 |
|
|
src/Symfony/Component/Lock/BlockingStoreInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/BlockingStoreInterface.php-9Lines changed: 0 additions & 9 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 |
| - |
32 |
| - |
33 |
| - |
34 |
| - |
35 |
| - |
36 | 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+6-6Lines changed: 6 additions & 6 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 |
|
| ||
71 | 71 |
|
72 | 72 |
|
73 | 73 |
|
74 |
| - |
| 74 | + |
75 | 75 |
|
76 | 76 |
|
77 | 77 |
|
|
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+8-14Lines changed: 8 additions & 14 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 |
|
| ||
186 | 188 |
|
187 | 189 |
|
188 | 190 |
|
189 |
| - |
190 |
| - |
191 |
| - |
192 |
| - |
193 |
| - |
194 |
| - |
195 |
| - |
196 |
| - |
197 | 191 |
|
src/Symfony/Component/Lock/Store/FlockStore.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Store/FlockStore.php-8Lines changed: 0 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
68 |
| - |
69 |
| - |
70 |
| - |
71 |
| - |
72 |
| - |
73 |
| - |
74 |
| - |
75 |
| - |
76 | 68 |
|
77 | 69 |
|
78 | 70 |
|
|
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+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
74 | 74 |
|
75 | 75 |
|
76 | 76 |
|
| 77 | + |
| 78 | + |
77 | 79 |
|
78 | 80 |
|
79 | 81 |
|
|
src/Symfony/Component/Lock/Store/RetryTillSaveStore.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Store/RetryTillSaveStore.php+6-14Lines changed: 6 additions & 14 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 |
|
| ||
101 | 101 |
|
102 | 102 |
|
103 | 103 |
|
104 |
| - |
105 |
| - |
106 |
| - |
107 |
| - |
108 |
| - |
109 |
| - |
110 |
| - |
111 |
| - |
112 | 104 |
|
src/Symfony/Component/Lock/Store/SemaphoreStore.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Store/SemaphoreStore.php-8Lines changed: 0 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
113 | 113 |
|
114 | 114 |
|
115 | 115 |
|
116 |
| - |
117 |
| - |
118 |
| - |
119 |
| - |
120 |
| - |
121 |
| - |
122 |
| - |
123 |
| - |
124 | 116 |
|
src/Symfony/Component/Lock/Store/ZookeeperStore.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Store/ZookeeperStore.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
84 | 84 |
|
85 | 85 |
|
86 | 86 |
|
| 87 | + |
| 88 | + |
87 | 89 |
|
88 | 90 |
|
89 | 91 |
|
|
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 |
|
|
0 commit comments