From aa56f439928c95fbfeb146a1d966ce744d10815a Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Mon, 20 Nov 2023 15:56:40 -0600 Subject: [PATCH] docs: add language type to fenced code block --- docs/advanced/types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced/types.md b/docs/advanced/types.md index f1c083b..c485543 100644 --- a/docs/advanced/types.md +++ b/docs/advanced/types.md @@ -7,7 +7,7 @@ Almost every interface and implementation in the library provides type templates Recall that the [`ValidationResult` class](../reference/result.md) declares the following as part of its definition: -``` +```php namespace Phly\RuleValidation; /**