Skip to content

Commit afc6ee4

Browse files
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
2 parents c658539 + 2a9fa81 commit afc6ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Security/Core/Util/StringUtils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
@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);
1515

16-
use Symfony\Component\Polyfill\Util\Binary;
16+
use Symfony\Polyfill\Util\Binary;
1717

1818
/**
1919
* String utility functions.

0 commit comments

Comments
 (0)