Commit f62d205
File tree
13 files changed
+59
-58
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle/DependencyInjection
- Component/Lock
- Store
- Tests
- Store
13 files changed
+59
-58
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 |
---|---|---|
| ||
73 | 73 |
|
74 | 74 |
|
75 | 75 |
|
76 |
| - |
| 76 | + |
77 | 77 |
|
78 | 78 |
|
79 | 79 |
|
| ||
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-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 |
|
|
0 commit comments