summaryrefslogtreecommitdiff
path: root/resources/views
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2025-09-12 16:20:24 +0100
committerGreg Roach <greg@subaqua.co.uk>2025-09-15 08:34:28 +0100
commitf62d1325539dd22f3f998123968ed2dc9f2432ad (patch)
tree3ce71cba6c166602af81c7ca02f846747d440da5 /resources/views
parent0c24b5f19dd466604c97c6e20a096cadadd2db57 (diff)
downloadwebtrees-f62d1325539dd22f3f998123968ed2dc9f2432ad.tar.gz
webtrees-f62d1325539dd22f3f998123968ed2dc9f2432ad.tar.bz2
webtrees-f62d1325539dd22f3f998123968ed2dc9f2432ad.zip
PHPdoc
Diffstat (limited to 'resources/views')
-rw-r--r--resources/views/modules/faq/config.phtml2
-rw-r--r--resources/views/modules/stories/config.phtml8
2 files changed, 5 insertions, 5 deletions
diff --git a/resources/views/modules/faq/config.phtml b/resources/views/modules/faq/config.phtml
index b05a3b31b7..78e99a673f 100644
--- a/resources/views/modules/faq/config.phtml
+++ b/resources/views/modules/faq/config.phtml
@@ -11,7 +11,7 @@ use Fisharebest\Webtrees\Tree;
* @var array<int,object{
* block_id: int,
* block_order: int,
- * gedcom_id: int,
+ * gedcom_id: int|null,
* header: string,
* faqbody: string,
* languages: string
diff --git a/resources/views/modules/stories/config.phtml b/resources/views/modules/stories/config.phtml
index ee26e521f0..f0586dbea1 100644
--- a/resources/views/modules/stories/config.phtml
+++ b/resources/views/modules/stories/config.phtml
@@ -10,10 +10,10 @@ use Fisharebest\Webtrees\Tree;
use Illuminate\Support\Collection;
/**
- * @var Collection<int,object{block_id:int,xref:string,individual:Individual,title:string}> $stories
- * @var string $title
- * @var Tree $tree
- * @var array<string> $tree_names
+ * @var Collection<int,object{block_id:int,xref:string,individual:Individual|null,title:string}> $stories
+ * @var string $title
+ * @var Tree $tree
+ * @var array<string> $tree_names
*/
?>