File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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()
You can’t perform that action at this time.
0 commit comments