We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc54d0e commit ec6f497Copy full SHA for ec6f497
Util/ClassUtils.php
@@ -11,11 +11,13 @@
11
12
namespace Symfony\Component\Security\Core\Util;
13
14
+use Doctrine\Common\Util\ClassUtils as DoctrineClassUtils;
15
+
16
/**
17
* Class related functionality for objects that
18
* might or might not be proxy objects at the moment.
19
*
- * @see Doctrine\Common\Util\ClassUtils
20
+ * @see DoctrineClassUtils
21
22
* @author Benjamin Eberlei <kontakt@beberlei.de>
23
* @author Johannes Schmitt <schmittjoh@gmail.com>
0 commit comments