Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 00cfda1

Browse files
author
Hugo Hamon
committed
Fixes various phpdoc and coding standards.
1 parent 37739ab commit 00cfda1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Core/Util/ClassUtils.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@
1111

1212
namespace Symfony\Component\Security\Core\Util;
1313

14+
use Doctrine\Common\Util\ClassUtils as DoctrineClassUtils;
15+
1416
/**
1517
* Class related functionality for objects that
1618
* might or might not be proxy objects at the moment.
1719
*
18-
* @see Doctrine\Common\Util\ClassUtils
20+
* @see DoctrineClassUtils
1921
*
2022
* @author Benjamin Eberlei <[email protected]>
2123
* @author Johannes Schmitt <[email protected]>

0 commit comments

Comments
 (0)