Commit 702a3ee
File tree
4 files changed
+25
-10
lines changedFilter options
- src/Symfony/Component/PasswordHasher
- Hasher
- Tests/Hasher
4 files changed
+25
-10
lines changedsrc/Symfony/Component/PasswordHasher/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/PasswordHasher/CHANGELOG.md+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| 5 | + |
src/Symfony/Component/PasswordHasher/Hasher/NativePasswordHasher.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PasswordHasher/Hasher/NativePasswordHasher.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
| 32 | + |
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
| ||
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
55 |
| - |
| 55 | + |
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
59 |
| - |
| 59 | + |
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
|
src/Symfony/Component/PasswordHasher/Hasher/PasswordHasherFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PasswordHasher/Hasher/PasswordHasherFactory.php+11-5Lines changed: 11 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 | 14 |
|
16 | 15 |
|
| 16 | + |
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
| ||
103 | 103 |
|
104 | 104 |
|
105 | 105 |
|
106 |
| - |
107 | 106 |
|
108 |
| - |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
109 | 115 |
|
110 | 116 |
|
111 | 117 |
|
| ||
186 | 192 |
|
187 | 193 |
|
188 | 194 |
|
189 |
| - |
| 195 | + |
190 | 196 |
|
191 | 197 |
|
192 | 198 |
|
| ||
198 | 204 |
|
199 | 205 |
|
200 | 206 |
|
201 |
| - |
| 207 | + |
202 | 208 |
|
203 | 209 |
|
204 | 210 |
|
|
src/Symfony/Component/PasswordHasher/Tests/Hasher/NativePasswordHasherTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PasswordHasher/Tests/Hasher/NativePasswordHasherTest.php+10-2Lines changed: 10 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
| 24 | + |
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 |
| - |
| 30 | + |
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
| ||
73 | 73 |
|
74 | 74 |
|
75 | 75 |
|
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
76 | 84 |
|
77 | 85 |
|
78 | 86 |
|
|
0 commit comments