From 97f7393ad0f1f067a89dbd67213548b98f6aa8bb Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 5 Jul 2024 17:23:58 +0000 Subject: [PATCH] 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 https://github.com/hydephp/develop/commit/586a7e611f108bd724af7f19b3b0b161720da037 --- src/Hyde.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Hyde.php b/src/Hyde.php index 07d82d96..01167b10 100644 --- a/src/Hyde.php +++ b/src/Hyde.php @@ -53,9 +53,9 @@ * @method static string getMediaDirectory() * @method static string getMediaOutputDirectory() * @method static Features features() - * @method static FileCollection files() - * @method static PageCollection pages() - * @method static RouteCollection routes() + * @method static FileCollection files() + * @method static PageCollection pages() + * @method static RouteCollection routes() * @method static Route|null currentRoute() * @method static HydeKernel getInstance() * @method static Filesystem filesystem()