Commit 2794308
File tree
7 files changed
+97
-6
lines changedFilter options
- src/Symfony/Component/Lock
- Store
- Tests
- Store
7 files changed
+97
-6
lines changedsrc/Symfony/Component/Lock/Key.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Key.php+26Lines changed: 26 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| 22 | + |
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
| ||
70 | 71 |
|
71 | 72 |
|
72 | 73 |
|
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
73 | 99 |
|
src/Symfony/Component/Lock/Lock.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Lock.php+18Lines changed: 18 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
89 | 89 |
|
90 | 90 |
|
91 | 91 |
|
| 92 | + |
92 | 93 |
|
93 | 94 |
|
94 | 95 |
|
| ||
120 | 121 |
|
121 | 122 |
|
122 | 123 |
|
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
123 | 141 |
|
src/Symfony/Component/Lock/Store/MemcachedStore.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Store/MemcachedStore.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
58 | 58 |
|
59 | 59 |
|
60 | 60 |
|
| 61 | + |
61 | 62 |
|
62 | 63 |
|
63 | 64 |
|
| ||
87 | 88 |
|
88 | 89 |
|
89 | 90 |
|
| 91 | + |
90 | 92 |
|
91 | 93 |
|
92 | 94 |
|
|
src/Symfony/Component/Lock/Store/RedisStore.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Store/RedisStore.php+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
60 |
| - |
61 |
| - |
| 60 | + |
| 61 | + |
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
| ||
81 | 81 |
|
82 | 82 |
|
83 | 83 |
|
84 |
| - |
85 |
| - |
| 84 | + |
| 85 | + |
86 | 86 |
|
87 | 87 |
|
88 | 88 |
|
|
src/Symfony/Component/Lock/Tests/LockTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Tests/LockTest.php+30Lines changed: 30 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
153 | 153 |
|
154 | 154 |
|
155 | 155 |
|
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
156 | 186 |
|
src/Symfony/Component/Lock/Tests/Store/AbstractStoreTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Tests/Store/AbstractStoreTest.php+5-2Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
52 |
| - |
53 | 52 |
|
| 53 | + |
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
| 59 | + |
| 60 | + |
59 | 61 |
|
| 62 | + |
60 | 63 |
|
61 | 64 |
|
62 | 65 |
|
| ||
74 | 77 |
|
75 | 78 |
|
76 | 79 |
|
77 |
| - |
| 80 | + |
78 | 81 |
|
79 | 82 |
|
80 | 83 |
|
|
src/Symfony/Component/Lock/Tests/Store/ExpiringStoreTestTrait.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Tests/Store/ExpiringStoreTestTrait.php+12Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
75 | 75 |
|
76 | 76 |
|
77 | 77 |
|
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
78 | 90 |
|
0 commit comments