[Security] Fix a Polyfill import statement in StringUtils

This commit is contained in:
Baptiste Lafontaine 2015-12-08 12:07:53 +01:00
parent c658539d3e
commit 2a9fa81a3c

View File

@ -13,7 +13,7 @@ namespace Symfony\Component\Security\Core\Util;
@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);
use Symfony\Component\Polyfill\Util\Binary;
use Symfony\Polyfill\Util\Binary;
/**
* String utility functions.