Skip to content

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mimmi20 committed Dec 18, 2023
1 parent 99fbbc9 commit 91a3935
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ConvertToPages.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function __construct(
* Converts a $mixed value to an array of pages
*
* @param AbstractContainer<AbstractPage>|AbstractPage|ContainerInterface<PageInterface>|int|iterable<iterable<string>|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<int|string, AbstractPage|PageInterface>
*
Expand Down
2 changes: 1 addition & 1 deletion src/ConvertToPagesInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ interface ConvertToPagesInterface
* Converts a $mixed value to an array of pages
*
* @param AbstractContainer<AbstractPage>|AbstractPage|ContainerInterface<PageInterface>|int|iterable<iterable<string>|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<int|string, AbstractPage|PageInterface>
*
Expand Down

0 comments on commit 91a3935

Please sign in to comment.