Commit 0c8358b
committed
[Cache] Rename nonce to version
1 parent 7a4019b commit 0c8358bCopy full SHA for 0c8358b
File tree
Expand file treeCollapse file tree
5 files changed
+13
-13
lines changedOpen diff view settings
Filter options
- src/Symfony
- Bundle/FrameworkBundle
- DependencyInjection
- Resources/config
- Component/Cache
- Adapter
- Tests/Adapter
Expand file treeCollapse file tree
5 files changed
+13
-13
lines changedOpen diff view settings
Collapse file
src/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 |
|---|---|---|
| ||
1037 | 1037 | |
1038 | 1038 | |
1039 | 1039 | |
1040 | | - |
1041 | | - |
1042 | | - |
| 1040 | + |
| 1041 | + |
| 1042 | + |
1043 | 1043 | |
1044 | 1044 | |
1045 | 1045 | |
|
Collapse file
src/Symfony/Bundle/FrameworkBundle/Resources/config/cache.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/cache.xml+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
28 | 28 | |
29 | 29 | |
30 | 30 | |
31 | | - |
| 31 | + |
32 | 32 | |
33 | 33 | |
34 | 34 | |
| ||
38 | 38 | |
39 | 39 | |
40 | 40 | |
41 | | - |
| 41 | + |
42 | 42 | |
43 | 43 | |
44 | 44 | |
|
Collapse file
src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/AbstractAdapter.php+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
68 | 68 | |
69 | 69 | |
70 | 70 | |
71 | | - |
| 71 | + |
72 | 72 | |
73 | 73 | |
74 | 74 | |
| ||
78 | 78 | |
79 | 79 | |
80 | 80 | |
81 | | - |
| 81 | + |
82 | 82 | |
83 | 83 | |
84 | 84 | |
|
Collapse file
src/Symfony/Component/Cache/Adapter/ApcuAdapter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/ApcuAdapter.php+5-5Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
24 | 24 | |
25 | 25 | |
26 | 26 | |
27 | | - |
| 27 | + |
28 | 28 | |
29 | 29 | |
30 | 30 | |
| ||
34 | 34 | |
35 | 35 | |
36 | 36 | |
37 | | - |
38 | | - |
| 37 | + |
| 38 | + |
39 | 39 | |
40 | | - |
| 40 | + |
41 | 41 | |
42 | | - |
| 42 | + |
43 | 43 | |
44 | 44 | |
45 | 45 | |
|
Collapse file
src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
44 | 44 | |
45 | 45 | |
46 | 46 | |
47 | | - |
| 47 | + |
48 | 48 | |
49 | 49 | |
50 | 50 | |
|
0 commit comments