Skip to content

Commit

Permalink
fix: Compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbruce committed Jan 21, 2024
1 parent 1c10775 commit 4edc2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SiteInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ public function publicContent(Path $at): PublicContent;
/**
* @return string[]
*/
public function titles(Path $at): array
public function titles(Path $at): array;
}

0 comments on commit 4edc2d5

Please sign in to comment.