From 5bbe51ab16dcbc256a4fbd4b9f8d559505da3ac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Dudr?= Date: Fri, 5 Apr 2024 21:24:43 +0200 Subject: [PATCH] bin: remove php --- bin/executable_php-cs-fixer | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 bin/executable_php-cs-fixer diff --git a/bin/executable_php-cs-fixer b/bin/executable_php-cs-fixer deleted file mode 100644 index 5072c46..0000000 --- a/bin/executable_php-cs-fixer +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -exec /bin/php-legacy /bin/php-cs-fixer "$@"