Skip to content

Commit

Permalink
neon file of 8.0, php-cs-fixer v3 dist new filename
Browse files Browse the repository at this point in the history
  • Loading branch information
leemyongpakvn committed Jul 13, 2023
1 parent 074e128 commit 3a7629c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php

$config = new PrestaShop\CodingStandards\CsFixer\Config();

$config
->setUsingCache(true)
->getFinder()
->in(__DIR__)
->exclude('vendor');

return $config;
5 changes: 5 additions & 0 deletions tests/phpstan/phpstan-8.0.neon
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
includes:
- %currentWorkingDirectory%/tests/phpstan/phpstan.neon

parameters:
ignoreErrors:

0 comments on commit 3a7629c

Please sign in to comment.