Skip to content

Commit

Permalink
Merge pull request #1006 from ergebnis/feature/synchronize
Browse files Browse the repository at this point in the history
Enhancement: Synchronize with `ergebnis/php-cs-fixer-config-template`
  • Loading branch information
localheinz committed Feb 2, 2024
2 parents 0a54547 + b1bc586 commit 9876dbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions psalm.xml
Expand Up @@ -19,9 +19,7 @@
<projectFiles>
<directory name="src/" />
<directory name="test/" />
<file name=".php-cs-fixer.php" />
<file name="rector.php" />
<ignoreFiles>
<directory name="vendor/" />
</ignoreFiles>
</projectFiles>
</psalm>
2 changes: 2 additions & 0 deletions rector.php
Expand Up @@ -24,6 +24,8 @@
$rectorConfig->paths([
__DIR__ . '/src/',
__DIR__ . '/test/',
__DIR__ . '/.php-cs-fixer.php',
__DIR__ . '/rector.php',
]);

$rectorConfig->phpVersion(ValueObject\PhpVersion::PHP_74);
Expand Down

0 comments on commit 9876dbc

Please sign in to comment.