From 91a39353b52d91a722a5dd862488160dff301a0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Mon, 18 Dec 2023 12:34:02 +0100 Subject: [PATCH] fix issue --- src/ConvertToPages.php | 2 +- src/ConvertToPagesInterface.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ConvertToPages.php b/src/ConvertToPages.php index 9cba416..f730759 100644 --- a/src/ConvertToPages.php +++ b/src/ConvertToPages.php @@ -43,7 +43,7 @@ public function __construct( * Converts a $mixed value to an array of pages * * @param AbstractContainer|AbstractPage|ContainerInterface|int|iterable|string>|PageInterface|string $mixed mixed value to get page(s) from - * @param bool $recursive whether $value should be looped if it is an array or a config + * @param bool $recursive whether $value should be looped if it is an array or a config * * @return array * diff --git a/src/ConvertToPagesInterface.php b/src/ConvertToPagesInterface.php index 2b1f1ca..4dffc9a 100644 --- a/src/ConvertToPagesInterface.php +++ b/src/ConvertToPagesInterface.php @@ -24,7 +24,7 @@ interface ConvertToPagesInterface * Converts a $mixed value to an array of pages * * @param AbstractContainer|AbstractPage|ContainerInterface|int|iterable|string>|PageInterface|string $mixed mixed value to get page(s) from - * @param bool $recursive whether $value should be looped if it is an array or a config + * @param bool $recursive whether $value should be looped if it is an array or a config * * @return array *