From 7fe79b39ead309fdf543b04be8ebb99c7ed4ba26 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 17 Nov 2017 21:01:44 +0100 Subject: [PATCH] Fix type hint --- Utils/TestUtils.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Utils/TestUtils.php b/Utils/TestUtils.php index 04c3cb951..019606f4f 100644 --- a/Utils/TestUtils.php +++ b/Utils/TestUtils.php @@ -29,7 +29,7 @@ class TestUtils /** * Set private object member * - * @param object||string $obj Object to modify + * @param object|string $obj Object to modify * @param string $name Member name to modify * @param mixed $value Value to set * @@ -63,7 +63,7 @@ class TestUtils /** * Get private object member * - * @param object||string $obj Object to read + * @param object|string $obj Object to read * @param string $name Member name to read * * @return mixed Returns the member variable value