Skip to content

Commit

Permalink
Merge pull request #656 from hydephp/develop
Browse files Browse the repository at this point in the history
Add missing collection key types in the Hyde facade method annotations
  • Loading branch information
caendesilva authored Jul 5, 2024
2 parents 5d760b5 + 97f7393 commit ae65dd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Hyde.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
* @method static string getMediaDirectory()
* @method static string getMediaOutputDirectory()
* @method static Features features()
* @method static FileCollection<SourceFile> files()
* @method static PageCollection<HydePage> pages()
* @method static RouteCollection<Route> routes()
* @method static FileCollection<string, SourceFile> files()
* @method static PageCollection<string, HydePage> pages()
* @method static RouteCollection<string, Route> routes()
* @method static Route|null currentRoute()
* @method static HydeKernel getInstance()
* @method static Filesystem filesystem()
Expand Down

0 comments on commit ae65dd7

Please sign in to comment.