From 4edc2d5eaed92fef7fcadbb5a08bafc406c0c629 Mon Sep 17 00:00:00 2001 From: Josh Bruce Date: Sun, 21 Jan 2024 18:58:09 -0500 Subject: [PATCH] fix: Compilation error --- src/SiteInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SiteInterface.php b/src/SiteInterface.php index 0c696a1..fafeb5f 100644 --- a/src/SiteInterface.php +++ b/src/SiteInterface.php @@ -36,5 +36,5 @@ public function publicContent(Path $at): PublicContent; /** * @return string[] */ - public function titles(Path $at): array + public function titles(Path $at): array; }