From c89020dda8f90ae69bf0e76af7720f51be83a760 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Sun, 4 Jan 2015 15:17:53 +0100 Subject: add missing param names to @param annotation --- Core/Util/ClassUtils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.1