Skip to content

Commit

Permalink
Removed needless require_once of autoload file in .php-cs-fixer.dist.php
Browse files Browse the repository at this point in the history
  • Loading branch information
vudaltsov committed Mar 1, 2023
1 parent 19d2b81 commit 82586a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

use PHPyh\CodingStandard\PhpCsFixerCodingStandard;

require_once __DIR__.'/vendor/autoload.php';

$finder = PhpCsFixer\Finder::create()
->in([
__DIR__.'/src',
Expand Down

0 comments on commit 82586a0

Please sign in to comment.