From e56c73f49190d4c2483f11d5fcbcb658240f4427 Mon Sep 17 00:00:00 2001 From: qadan Date: Thu, 23 Apr 2015 16:54:32 -0300 Subject: [PATCH] boo to me --- tests/includes/utilities.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/includes/utilities.inc b/tests/includes/utilities.inc index f4925d6f..4ea610ad 100644 --- a/tests/includes/utilities.inc +++ b/tests/includes/utilities.inc @@ -362,7 +362,7 @@ QUERY; /** * Asserts that the given PID represents a Fedora object. * - * @param $pid + * @param string $pid * The PID of the object. * * @return bool @@ -378,7 +378,7 @@ QUERY; /** * Asserts that the given PID does not represent a Fedora object. * - * @param $pid + * @param string $pid * The PID of the object. * * @return bool