Skip to content

Commit

Permalink
Merge branch 'master' into add-testing-helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva authored Jul 5, 2024
2 parents 09b5c45 + 586a7e6 commit df68529
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This serves two purposes:
- for now removed features.

### Fixed
- for any bug fixes.
- Added missing collection key types in Hyde facade method annotations in https://github.com/hydephp/develop/pull/1784

### Security
- in case of vulnerabilities.
6 changes: 3 additions & 3 deletions packages/framework/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 df68529

Please sign in to comment.