From f7ac46d9ab53e60871f7adc4c4614ca7105830a8 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 5 Feb 2020 16:54:16 +0100 Subject: [PATCH] Improve array docblocks NO_CI --- Utils/RnG/Text.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Utils/RnG/Text.php b/Utils/RnG/Text.php index 6c001f4f5..532f7d999 100644 --- a/Utils/RnG/Text.php +++ b/Utils/RnG/Text.php @@ -223,7 +223,7 @@ class Text * * @param int $length Text length * - * @return array + * @return array> * * @since 1.0.0 */ @@ -289,7 +289,7 @@ class Text * * @param int $length Amount of sentences * - * @return array + * @return int[] * * @since 1.0.0 */