Change to two spaces

This commit is contained in:
Oliver Davies 2024-09-08 23:09:54 +01:00
parent 2537fe2052
commit ed60ab964c
556 changed files with 2252 additions and 2252 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.