Skip to content

Commit 2a9fa81

Browse files
committed
[Security] Fix a Polyfill import statement in StringUtils
1 parent c658539 commit 2a9fa81

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)