Commit 6d926c8
committed
minor #10311 use core StringUtils to compare hashes (steelywing)
This PR was merged into the 2.5-dev branch.
Discussion
----------
use core StringUtils to compare hashes
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets |
| License | MIT
| Doc PR |
Commits
-------
9fc01d2 use core StringUtils to compare hashesFile tree
Expand file treeCollapse file tree
1 file changed
+2
-10
lines changedOpen diff view settings
Filter options
- src/Symfony/Component/Security/Http/RememberMe
Expand file treeCollapse file tree
1 file changed
+2
-10
lines changedOpen diff view settings
Collapse file
src/Symfony/Component/Security/Http/RememberMe/TokenBasedRememberMeServices.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/RememberMe/TokenBasedRememberMeServices.php+2-10Lines changed: 2 additions & 10 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
17 | 17 | |
18 | 18 | |
19 | 19 | |
| 20 | + |
20 | 21 | |
21 | 22 | |
22 | 23 | |
| ||
77 | 78 | |
78 | 79 | |
79 | 80 | |
80 | | - |
81 | | - |
82 | | - |
83 | | - |
84 | | - |
85 | | - |
86 | | - |
87 | | - |
88 | | - |
89 | | - |
| 81 | + |
90 | 82 | |
91 | 83 | |
92 | 84 | |
|
0 commit comments