diff options
author | Hugo Hamon <hugo.hamon@sensiolabs.com> | 2014-12-21 17:36:15 +0100 |
---|---|---|
committer | Hugo Hamon <hugo.hamon@sensiolabs.com> | 2015-01-02 09:58:20 +0100 |
commit | 00cfda134e85ea2a8ca208139cc84c4bcd2a012d (patch) | |
tree | 8990d8dcaf3c043896d685ab35e8238f9c3f08cf | |
parent | 37739ab2d8588c0fc16c664496f1ce0295c10af4 (diff) | |
download | symfony-security-00cfda134e85ea2a8ca208139cc84c4bcd2a012d.zip symfony-security-00cfda134e85ea2a8ca208139cc84c4bcd2a012d.tar.gz symfony-security-00cfda134e85ea2a8ca208139cc84c4bcd2a012d.tar.bz2 |
Fixes various phpdoc and coding standards.
-rw-r--r-- | Core/Util/ClassUtils.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Core/Util/ClassUtils.php b/Core/Util/ClassUtils.php index 0585204..6107c40 100644 --- a/Core/Util/ClassUtils.php +++ b/Core/Util/ClassUtils.php @@ -11,11 +11,13 @@ namespace Symfony\Component\Security\Core\Util; +use Doctrine\Common\Util\ClassUtils as DoctrineClassUtils; + /** * Class related functionality for objects that * might or might not be proxy objects at the moment. * - * @see Doctrine\Common\Util\ClassUtils + * @see DoctrineClassUtils * * @author Benjamin Eberlei <kontakt@beberlei.de> * @author Johannes Schmitt <schmittjoh@gmail.com> |