Skip to content

Commit 586a7e6

Browse files
authored
Merge pull request #1784 from hydephp/add-missing-array-key-types-from-collection-generic-annotations
Add missing collection key types in the Hyde facade method annotations
2 parents 57f38e1 + 7bc4876 commit 586a7e6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This serves two purposes:
2222
- for now removed features.
2323

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

2727
### Security
2828
- in case of vulnerabilities.

packages/framework/src/Hyde.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
* @method static string getMediaDirectory()
5454
* @method static string getMediaOutputDirectory()
5555
* @method static Features features()
56-
* @method static FileCollection<SourceFile> files()
57-
* @method static PageCollection<HydePage> pages()
58-
* @method static RouteCollection<Route> routes()
56+
* @method static FileCollection<string, SourceFile> files()
57+
* @method static PageCollection<string, HydePage> pages()
58+
* @method static RouteCollection<string, Route> routes()
5959
* @method static Route|null currentRoute()
6060
* @method static HydeKernel getInstance()
6161
* @method static Filesystem filesystem()

0 commit comments

Comments
 (0)