Commit 393f9ae
File tree
6 files changed
+17
-26
lines changedFilter options
- src/Symfony/Component/Security/Csrf
- Tests
- TokenStorage
6 files changed
+17
-26
lines changedsrc/Symfony/Component/Security/Csrf/CsrfTokenManager.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Csrf/CsrfTokenManager.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
114 | 114 |
|
115 | 115 |
|
116 | 116 |
|
117 |
| - |
| 117 | + |
118 | 118 |
|
119 | 119 |
|
120 | 120 |
|
|
src/Symfony/Component/Security/Csrf/CsrfTokenManagerInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Csrf/CsrfTokenManagerInterface.php-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
52 |
| - |
53 |
| - |
54 | 52 |
|
55 | 53 |
|
56 | 54 |
|
|
src/Symfony/Component/Security/Csrf/Tests/CsrfTokenManagerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Csrf/Tests/CsrfTokenManagerTest.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
160 | 160 |
|
161 | 161 |
|
162 | 162 |
|
| 163 | + |
163 | 164 |
|
164 | 165 |
|
165 | 166 |
|
| ||
169 | 170 |
|
170 | 171 |
|
171 | 172 |
|
| 173 | + |
172 | 174 |
|
173 | 175 |
|
174 | 176 |
|
|
src/Symfony/Component/Security/Csrf/TokenStorage/NativeSessionTokenStorage.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Csrf/TokenStorage/NativeSessionTokenStorage.php+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
44 |
| - |
| 44 | + |
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
| ||
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
60 |
| - |
| 60 | + |
61 | 61 |
|
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
65 | 65 |
|
66 |
| - |
| 66 | + |
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
70 | 70 |
|
71 | 71 |
|
72 |
| - |
| 72 | + |
73 | 73 |
|
74 | 74 |
|
75 | 75 |
|
| ||
81 | 81 |
|
82 | 82 |
|
83 | 83 |
|
84 |
| - |
| 84 | + |
85 | 85 |
|
86 | 86 |
|
87 | 87 |
|
|
src/Symfony/Component/Security/Csrf/TokenStorage/SessionTokenStorage.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Csrf/TokenStorage/SessionTokenStorage.php+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 |
| - |
| 47 | + |
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
| ||
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
63 |
| - |
| 63 | + |
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
69 |
| - |
| 69 | + |
70 | 70 |
|
71 | 71 |
|
72 | 72 |
|
73 | 73 |
|
74 | 74 |
|
75 |
| - |
| 75 | + |
76 | 76 |
|
77 | 77 |
|
78 | 78 |
|
| ||
84 | 84 |
|
85 | 85 |
|
86 | 86 |
|
87 |
| - |
| 87 | + |
88 | 88 |
|
89 | 89 |
|
90 | 90 |
|
|
src/Symfony/Component/Security/Csrf/TokenStorage/TokenStorageInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Csrf/TokenStorage/TokenStorageInterface.php+4-13Lines changed: 4 additions & 13 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
25 |
| - |
26 | 24 |
|
27 | 25 |
|
28 | 26 |
|
29 | 27 |
|
30 |
| - |
| 28 | + |
31 | 29 |
|
32 | 30 |
|
33 | 31 |
|
34 |
| - |
35 |
| - |
36 |
| - |
37 | 32 |
|
38 |
| - |
| 33 | + |
39 | 34 |
|
40 | 35 |
|
41 | 36 |
|
42 | 37 |
|
43 |
| - |
44 |
| - |
45 | 38 |
|
46 | 39 |
|
47 | 40 |
|
48 |
| - |
| 41 | + |
49 | 42 |
|
50 | 43 |
|
51 | 44 |
|
52 | 45 |
|
53 |
| - |
54 |
| - |
55 | 46 |
|
56 | 47 |
|
57 |
| - |
| 48 | + |
58 | 49 |
|
0 commit comments