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

@ -3,13 +3,13 @@ title: Named arguments add context
date: 2024-08-26
permalink: daily/2024/08/26/named-arguments-add-context
tags:
- software-development
- drupal
- php
- automated-testing
- software-development
- drupal
- php
- automated-testing
cta: ~
snippet: |
As well as types, PHP's named arguments also add context - particularly within tests.
As well as types, PHP's named arguments also add context - particularly within tests.
---
A couple of weeks ago, I wrote that [using types adds context to code][0], making it easier to read and understand.