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 *