From eacaa3e126d709d56fe46886da95bb7a41634829 Mon Sep 17 00:00:00 2001 From: Luiz Marin <67489841+luizcmarin@users.noreply.github.com> Date: Sun, 14 Apr 2024 09:23:29 -0300 Subject: [PATCH] Docs folder standardization File "testing.md" renamed to "internals.md" and placed in the root as it has the same function. This way it becomes standardized with more packages. --- docs/{en/testing.md => internals.md} | 0 phpunit.xml.dist | 2 +- psalm.xml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename docs/{en/testing.md => internals.md} (100%) diff --git a/docs/en/testing.md b/docs/internals.md similarity index 100% rename from docs/en/testing.md rename to docs/internals.md diff --git a/phpunit.xml.dist b/phpunit.xml.dist index b92f0e1b3..4ca810b0b 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,5 +1,5 @@ - + diff --git a/psalm.xml b/psalm.xml index 6099f9572..c58e79757 100644 --- a/psalm.xml +++ b/psalm.xml @@ -4,7 +4,7 @@ findUnusedBaselineEntry="true" findUnusedCode="false" resolveFromConfigFile="true" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xmlns="https://getpsalm.org/schema/config" xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd" >