diff options
Diffstat (limited to 'Tests/Core/Util/StringUtilsTest.php')
-rw-r--r-- | Tests/Core/Util/StringUtilsTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Core/Util/StringUtilsTest.php b/Tests/Core/Util/StringUtilsTest.php index b16cbac..3b18d48 100644 --- a/Tests/Core/Util/StringUtilsTest.php +++ b/Tests/Core/Util/StringUtilsTest.php @@ -14,7 +14,7 @@ namespace Symfony\Component\Security\Tests\Core\Util; use Symfony\Component\Security\Core\Util\StringUtils; /** - * Data from PHP.net's hash_equals tests + * Data from PHP.net's hash_equals tests. */ class StringUtilsTest extends \PHPUnit_Framework_TestCase { |