From 872c808169ec84dab186c20cfa957711fd61b6d3 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Wed, 29 Mar 2023 20:57:16 +0800 Subject: [PATCH] [10.x] Improves `trait_uses_recursive` docblock (#46626) --- src/Illuminate/Support/helpers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Support/helpers.php b/src/Illuminate/Support/helpers.php index 7e02604dd12e..5b3847f4a54f 100755 --- a/src/Illuminate/Support/helpers.php +++ b/src/Illuminate/Support/helpers.php @@ -357,7 +357,7 @@ function throw_unless($condition, $exception = 'RuntimeException', ...$parameter /** * Returns all traits used by a trait and its traits. * - * @param string $trait + * @param object|string $trait * @return array */ function trait_uses_recursive($trait)