From 6ece9fb3fd3a2dbfc72c7acbe660f96267e58629 Mon Sep 17 00:00:00 2001 From: Valentin Udaltsov Date: Wed, 1 Mar 2023 14:32:32 +0300 Subject: [PATCH] Removed needless require_once of autoload file in .php-cs-fixer.dist.php --- .php-cs-fixer.dist.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 6f450e5..75c1933 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -4,8 +4,6 @@ use PHPyh\CodingStandard\PhpCsFixerCodingStandard; -require_once __DIR__.'/vendor/autoload.php'; - $finder = PhpCsFixer\Finder::create() ->in([ __DIR__.'/src',