diff options
author | Evgeniy Sokolov <ewgraf@gmail.com> | 2015-09-09 00:15:02 +0200 |
---|---|---|
committer | Tobias Schultze <webmaster@tubo-world.de> | 2015-09-09 19:42:36 +0200 |
commit | f1a8435ba4cb417231c58d098f9fafb8d0e9f79d (patch) | |
tree | 33bf118be3c985669172281af8ad473e1177c601 /Core/Tests/Encoder/EncoderFactoryTest.php | |
parent | d0202f7fe7a3c572600418679038167463ec4b33 (diff) | |
download | symfony-security-f1a8435ba4cb417231c58d098f9fafb8d0e9f79d.zip symfony-security-f1a8435ba4cb417231c58d098f9fafb8d0e9f79d.tar.gz symfony-security-f1a8435ba4cb417231c58d098f9fafb8d0e9f79d.tar.bz2 |
fix class use and in phpdoc
Diffstat (limited to 'Core/Tests/Encoder/EncoderFactoryTest.php')
-rw-r--r-- | Core/Tests/Encoder/EncoderFactoryTest.php | 2 |
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() { |