From d74359a4e46a9cb7a5fe3ae61047c6f00fd3b729 Mon Sep 17 00:00:00 2001 From: UT from dolibit <45215329+dolibit-ut@users.noreply.github.com> Date: Sun, 2 May 2021 19:28:58 +0200 Subject: [PATCH 1/2] Create REAME --- build/phpstan/REAME | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 build/phpstan/REAME diff --git a/build/phpstan/REAME b/build/phpstan/REAME new file mode 100644 index 00000000000..4ecde9baca5 --- /dev/null +++ b/build/phpstan/REAME @@ -0,0 +1,9 @@ +PHPStan + +https://phpstan.org + +PHPStan requires PHP >= 7.1 + +Install: composer require --dev phpstan/phpstan + +Config File: phpstan.neon From a27b78300209f128e250da6b9932c10ea136d3af Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 3 May 2021 13:55:08 +0200 Subject: [PATCH 2/2] Rename REAME to README --- build/phpstan/{REAME => README} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename build/phpstan/{REAME => README} (100%) diff --git a/build/phpstan/REAME b/build/phpstan/README similarity index 100% rename from build/phpstan/REAME rename to build/phpstan/README