summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeniy Sokolov <ewgraf@gmail.com>2015-09-09 00:15:02 +0200
committerTobias Schultze <webmaster@tubo-world.de>2015-09-09 19:42:36 +0200
commitf1a8435ba4cb417231c58d098f9fafb8d0e9f79d (patch)
tree33bf118be3c985669172281af8ad473e1177c601
parentd0202f7fe7a3c572600418679038167463ec4b33 (diff)
downloadsymfony-security-f1a8435ba4cb417231c58d098f9fafb8d0e9f79d.zip
symfony-security-f1a8435ba4cb417231c58d098f9fafb8d0e9f79d.tar.gz
symfony-security-f1a8435ba4cb417231c58d098f9fafb8d0e9f79d.tar.bz2
fix class use and in phpdoc
-rw-r--r--Core/Tests/Encoder/EncoderFactoryTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Tests/Encoder/EncoderFactoryTest.php b/Core/Tests/Encoder/EncoderFactoryTest.php
index a8ca2f0..37cda72 100644
--- a/Core/Tests/Encoder/EncoderFactoryTest.php
+++ b/Core/Tests/Encoder/EncoderFactoryTest.php
@@ -107,7 +107,7 @@ class EncoderFactoryTest extends \PHPUnit_Framework_TestCase
}
/**
- * @expectedException RuntimeException
+ * @expectedException \RuntimeException
*/
public function testGetInvalidNamedEncoderForEncoderAware()
{