diff options
author | Christian Flothmann <christian.flothmann@xabbuh.de> | 2015-01-04 15:17:53 +0100 |
---|---|---|
committer | Christian Flothmann <christian.flothmann@xabbuh.de> | 2015-01-04 15:17:53 +0100 |
commit | c89020dda8f90ae69bf0e76af7720f51be83a760 (patch) | |
tree | b7267c2b25b2a725c86e17e5bcf414a666fcec02 /Core/Util | |
parent | 0e0bddb6cd3fda22a89662fd2476d05f11d10fef (diff) | |
download | symfony-security-c89020dda8f90ae69bf0e76af7720f51be83a760.zip symfony-security-c89020dda8f90ae69bf0e76af7720f51be83a760.tar.gz symfony-security-c89020dda8f90ae69bf0e76af7720f51be83a760.tar.bz2 |
add missing param names to @param annotation
Diffstat (limited to 'Core/Util')
-rw-r--r-- | Core/Util/ClassUtils.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Util/ClassUtils.php b/Core/Util/ClassUtils.php index 6107c40..6c87096 100644 --- a/Core/Util/ClassUtils.php +++ b/Core/Util/ClassUtils.php @@ -48,7 +48,7 @@ class ClassUtils /** * Gets the real class name of a class name that could be a proxy. * - * @param string|object + * @param string|object $object * * @return string */ |