From e9799f888b95ebb1c070c0e7ffac03a0bb4ca4fc Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Wed, 4 Oct 2023 15:12:14 +0900 Subject: [PATCH] Install PHP CS Fixer --- .phive/phars.xml | 1 + tools/php-cs-fixer | 1 + 2 files changed, 2 insertions(+) create mode 120000 tools/php-cs-fixer diff --git a/.phive/phars.xml b/.phive/phars.xml index eaa049f0..fc6a7e7a 100644 --- a/.phive/phars.xml +++ b/.phive/phars.xml @@ -8,4 +8,5 @@ + diff --git a/tools/php-cs-fixer b/tools/php-cs-fixer new file mode 120000 index 00000000..9071976e --- /dev/null +++ b/tools/php-cs-fixer @@ -0,0 +1 @@ +/home/clemens/.phive/phars/php-cs-fixer-3.34.1.phar \ No newline at end of file