Use four spaces in frontmatter blocks

This commit is contained in:
Oliver Davies 2024-02-07 20:01:19 +00:00
parent f3756a80a6
commit 11ae0f9fc7
422 changed files with 2980 additions and 2986 deletions

View file

@ -1,11 +1,11 @@
---
title: >
Refactoring with readonly classes in PHP 8.2
Refactoring with readonly classes in PHP 8.2
pubDate: 2023-04-16
permalink: >-
archive/2023/04/16/refactoring-with-readonly-classes-in-php-8-2
archive/2023/04/16/refactoring-with-readonly-classes-in-php-8-2
tags:
- php
- php
---
Marian Kostadinov ([stochnagara on Twitter](https://twitter.com/stochnagara)) replied to Friday's email about DTOs and value objects to tell me about `readonly` classes, which can be done in PHP 8.2.