summaryrefslogtreecommitdiffstats
path: root/Tests/Core/Util/StringUtilsTest.php
diff options
context:
space:
mode:
authorGraham Campbell <graham@mineuk.com>2014-12-21 17:00:50 +0000
committerFabien Potencier <fabien.potencier@gmail.com>2014-12-22 16:58:09 +0100
commita542abcf38b95de8e8f01f42b6127e7fffc645a8 (patch)
treec84aaf43e18f7fc448861b918a5785a117013fb6 /Tests/Core/Util/StringUtilsTest.php
parent3b1993579d11af545a1effd2cb3367665dd5a5fd (diff)
downloadsymfony-security-a542abcf38b95de8e8f01f42b6127e7fffc645a8.zip
symfony-security-a542abcf38b95de8e8f01f42b6127e7fffc645a8.tar.gz
symfony-security-a542abcf38b95de8e8f01f42b6127e7fffc645a8.tar.bz2
[2.3] CS And DocBlock Fixes
Diffstat (limited to 'Tests/Core/Util/StringUtilsTest.php')
-rw-r--r--Tests/Core/Util/StringUtilsTest.php2
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
{