Skip to content

Commit 318efea

Browse files
committed
update title for blog post on enforcing runtime generics to include 'Libraries'
1 parent 5f5eae7 commit 318efea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/.vitepress/data/posts.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"title": "How to Enforce Runtime Generics on Third-Party Collections (Doctrine, Ramsey) with TypePHP",
3+
"title": "How to Enforce Runtime Generics on Third-Party Collections Libraries (Doctrine, Ramsey, Laravel Collections) with TypePHP",
44
"url": "/docs/blog/reifying-third-party-collections",
55
"date": "August 18, 2026",
66
"readTime": "6 min read",

docs/blog/reifying-third-party-collections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "How to Enforce Runtime Generics on Third-Party Collections (Doctrine, Ramsey) with TypePHP"
2+
title: "How to Enforce Runtime Generics on Third-Party Collections Libraries (Doctrine, Ramsey, Laravel Collections) with TypePHP"
33
description: "A comprehensive guide on making third-party collections reified and strictly type-checked at runtime across Symfony, Laravel, PHPUnit, and Pest."
44
date: 2026-08-18
55
layout: doc

0 commit comments

Comments
 (0)