From a3b96368ea8e44deabeed263481a672cda7c9463 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 3 Sep 2024 19:03:27 +0100 Subject: [PATCH] Sorting parameter arguments and array keys in Vim --- source/_notes/20.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_notes/20.md b/source/_notes/20.md index 5477197..5b9359e 100644 --- a/source/_notes/20.md +++ b/source/_notes/20.md @@ -4,6 +4,8 @@ date: 2024-09-03 19:03:27 tags: [PHP, Vim, Software Development] --- +Given this PHP code (for example): + ```php $a = [ 'b' => 2,