Skip to content

Commit

Permalink
Correct return type
Browse files Browse the repository at this point in the history
Signed-off-by: Sacha Telgenhof <me@sachatelgenhof.com>
  • Loading branch information
stelgenhof committed Oct 10, 2023
1 parent 3c1928d commit 18e49f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Yasumi/Yasumi.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public static function createByISO3166_2(
/**
* Returns a list of available holiday providers.
*
* @return array<string> list of available holiday providers
* @return array<string, array<array-key, string>|string|null> list of available holiday providers
*
* @throws \ReflectionException
*/
Expand Down

0 comments on commit 18e49f0

Please sign in to comment.