Commit 8150927
committed
minor symfony#61196 [HttpFoundation] Simplify UriSigner::verify to use match (alexander-schranz)
This PR was merged into the 7.4 branch.
Discussion
----------
[HttpFoundation] Simplify UriSigner::verify to use match
| Q | A
| ------------- | ---
| Branch? | 7.4
| Bug fix? |no
| New feature? | no <!-- if yes, also update src/**/CHANGELOG.md -->
| Deprecations? | no <!-- if yes, also update UPGRADE-*.md and src/**/CHANGELOG.md -->
| Issues | Fix #... <!-- prefix each issue number with "Fix #"; no need to create an issue if none exists, explain below -->
| License | MIT
Simplify UriSigner::verify to use match.
/cc `@kbond` what do you think?
Commits
-------
6bc2719 Simplify UriSigner::verify to use match1 file changed
+6
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
137 | 130 | | |
138 | 131 | | |
139 | 132 | | |
| |||
0 commit comments