You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug symfony#16902 [2.8][Security] Fix a Polyfill import statement in StringUtils (magnetik)
This PR was merged into the 2.8 branch.
Discussion
----------
[2.8][Security] Fix a Polyfill import statement in StringUtils
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets |
| License | MIT
| Doc PR |
Commits
-------
2a9fa81 [Security] Fix a Polyfill import statement in StringUtils
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Util/StringUtils.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
14
14
@trigger_error('The '.__NAMESPACE__.'\\StringUtils class is deprecated since version 2.8 and will be removed in 3.0. Use hash_equals() instead.', E_USER_DEPRECATED);
0 commit comments