From 0c338b71a7b19ceac064c666ba91aaff2e43299b Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Sat, 30 Aug 2025 08:38:55 +0000 Subject: [PATCH] Diviner: Fix a typo in PHP Pitfalls article Summary: This sentence no verb. Test Plan: Read. Reviewers: O1 Blessed Committers, valerio.bozzolan Reviewed By: O1 Blessed Committers, valerio.bozzolan Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno Differential Revision: https://we.phorge.it/D26302 --- src/docs/flavor/php_pitfalls.diviner | 2 +- 1 file(s) changed, 1 insertion(s)(+), 1 deletion(s)(-) diff --git a/src/docs/flavor/php_pitfalls.diviner b/src/docs/flavor/php_pitfalls.diviner --- a/src/docs/flavor/php_pitfalls.diviner +++ b/src/docs/flavor/php_pitfalls.diviner @@ -4,7 +4,7 @@ This document discusses difficult traps and pitfalls in PHP, and how to avoid, work around, or at least understand them. -= `array_merge()` in Incredibly Slow When Merging A List of Arrays = += `array_merge()` is Incredibly Slow When Merging A List of Arrays = If you merge a list of arrays like this: -- tangled.sh