Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Doc block fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ivanov committed Jan 10, 2019
1 parent 9cc600c commit aacc8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Adapters/Laravel/Facades/DarkSkyApi.php
Expand Up @@ -13,7 +13,7 @@
* @method static Service language(string $language)
* @method static Service extend(string $blocks = 'hourly')
* @method static Forecast forecast(array|string|null $blocks = null)
* @method static TimeMachine|array timeMachine(array|string $dates, array|string|null $blocks = null)
* @method static TimeMachine|TimeMachine[] timeMachine(array|string $dates, array|string|null $blocks = null)
*
* @see \DmitryIvanov\DarkSkyApi\Service
*/
Expand Down

0 comments on commit aacc8c4

Please sign in to comment.