From 83d838c38819b9725cd56ededfaffd233b22fbbd Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Fri, 5 May 2023 16:02:17 +0200 Subject: [PATCH] Rename array.md to arrays.md In the `package.xml` file we have `arrays.md` instead of `array.md`: that breaks the compilation with pecl: ERROR: file /path/to/phpredis/arrays.md does not exist --- array.md => arrays.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename array.md => arrays.md (100%) diff --git a/array.md b/arrays.md similarity index 100% rename from array.md rename to arrays.md