Skip to content

Commit

Permalink
docs: add language type to fenced code block
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Nov 20, 2023
1 parent e2a736d commit aa56f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/**
Expand Down

0 comments on commit aa56f43

Please sign in to comment.