summaryrefslogtreecommitdiffstats
path: root/Core/Tests/Util/StringUtilsTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'Core/Tests/Util/StringUtilsTest.php')
-rw-r--r--Core/Tests/Util/StringUtilsTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Tests/Util/StringUtilsTest.php b/Core/Tests/Util/StringUtilsTest.php
index e0366a5..faeaf25 100644
--- a/Core/Tests/Util/StringUtilsTest.php
+++ b/Core/Tests/Util/StringUtilsTest.php
@@ -14,7 +14,7 @@ namespace Symfony\Component\Security\Core\Tests\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
{