Commit aa6c353
File tree
9 files changed
+98
-16
lines changedFilter options
- src/Symfony/Component/Lock
- Exception
- Store
- Tests/Store
9 files changed
+98
-16
lines changedsrc/Symfony/Component/Lock/Exception/LockExpiredException.php
Copy file name to clipboard+21Lines changed: 21 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 | + |
src/Symfony/Component/Lock/Key.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Key.php+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
96 | 96 |
|
97 | 97 |
|
98 | 98 |
|
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
99 | 107 |
|
src/Symfony/Component/Lock/Lock.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Lock.php+11-5Lines changed: 11 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
| 20 | + |
20 | 21 |
|
21 | 22 |
|
22 | 23 |
|
| ||
64 | 65 |
|
65 | 66 |
|
66 | 67 |
|
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
67 | 72 |
|
68 | 73 |
|
69 | 74 |
|
| ||
91 | 96 |
|
92 | 97 |
|
93 | 98 |
|
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
94 | 104 |
|
95 | 105 |
|
96 | 106 |
|
| ||
127 | 137 |
|
128 | 138 |
|
129 | 139 |
|
130 |
| - |
131 |
| - |
132 |
| - |
133 |
| - |
134 |
| - |
| 140 | + |
135 | 141 |
|
136 | 142 |
|
137 | 143 |
|
|
src/Symfony/Component/Lock/Store/CombinedStore.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Store/CombinedStore.php+12-1Lines changed: 12 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| 19 | + |
19 | 20 |
|
20 | 21 |
|
21 | 22 |
|
| ||
102 | 103 |
|
103 | 104 |
|
104 | 105 |
|
| 106 | + |
105 | 107 |
|
106 | 108 |
|
107 | 109 |
|
108 |
| - |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
109 | 116 |
|
110 | 117 |
|
111 | 118 |
|
| ||
117 | 124 |
|
118 | 125 |
|
119 | 126 |
|
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
120 | 131 |
|
121 | 132 |
|
122 | 133 |
|
|
src/Symfony/Component/Lock/Store/MemcachedStore.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Store/MemcachedStore.php+11-5Lines changed: 11 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
| ||
57 | 58 |
|
58 | 59 |
|
59 | 60 |
|
60 |
| - |
61 | 61 |
|
62 |
| - |
63 |
| - |
| 62 | + |
| 63 | + |
| 64 | + |
64 | 65 |
|
65 | 66 |
|
66 |
| - |
67 |
| - |
| 67 | + |
| 68 | + |
| 69 | + |
68 | 70 |
|
69 | 71 |
|
70 | 72 |
|
| ||
107 | 109 |
|
108 | 110 |
|
109 | 111 |
|
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
110 | 116 |
|
111 | 117 |
|
112 | 118 |
|
|
src/Symfony/Component/Lock/Store/RedisStore.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Store/RedisStore.php+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
| ||
61 | 62 |
|
62 | 63 |
|
63 | 64 |
|
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
64 | 69 |
|
65 | 70 |
|
66 | 71 |
|
| ||
85 | 90 |
|
86 | 91 |
|
87 | 92 |
|
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
88 | 97 |
|
89 | 98 |
|
90 | 99 |
|
|
src/Symfony/Component/Lock/Tests/Store/CombinedStoreTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Tests/Store/CombinedStoreTest.php+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
175 | 175 |
|
176 | 176 |
|
177 | 177 |
|
178 |
| - |
| 178 | + |
179 | 179 |
|
180 | 180 |
|
181 | 181 |
|
182 | 182 |
|
183 |
| - |
| 183 | + |
184 | 184 |
|
185 | 185 |
|
186 | 186 |
|
| ||
203 | 203 |
|
204 | 204 |
|
205 | 205 |
|
206 |
| - |
| 206 | + |
207 | 207 |
|
208 | 208 |
|
209 | 209 |
|
210 | 210 |
|
211 |
| - |
| 211 | + |
212 | 212 |
|
213 | 213 |
|
214 | 214 |
|
| ||
242 | 242 |
|
243 | 243 |
|
244 | 244 |
|
245 |
| - |
| 245 | + |
246 | 246 |
|
247 | 247 |
|
248 | 248 |
|
|
src/Symfony/Component/Lock/Tests/Store/ExpiringStoreTestTrait.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Tests/Store/ExpiringStoreTestTrait.php+16Lines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
55 | 71 |
|
56 | 72 |
|
57 | 73 |
|
|
src/Symfony/Component/Lock/Tests/Store/MemcachedStoreTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Tests/Store/MemcachedStoreTest.php+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
52 | 57 |
|
0 commit comments