File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1212 'syntax ' => 'short ' ,
1313 ],
1414 ])
15- ->setCacheFile (__DIR__ . '/vendor/.php-cs-fixer.cache ' )
15+ ->setCacheFile (__DIR__ . '/vendor/.cache. php-cs-fixer ' )
1616 ->setFinder ($ files );
Original file line number Diff line number Diff line change 66 stopOnFailure =" false"
77 processIsolation =" false"
88 bootstrap =" vendor/autoload.php"
9- cacheDirectory =" vendor/.phpunit. cache"
9+ cacheDirectory =" vendor/.cache.phpunit "
1010 backupStaticProperties =" false"
1111>
1212 <testsuites >
Original file line number Diff line number Diff line change 77 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
88 xmlns =" https://getpsalm.org/schema/config"
99 xsi : schemaLocation =" https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
10+ cacheDirectory =" vendor/.cache.psalm"
1011>
1112 <projectFiles >
1213 <directory name =" src" />
Original file line number Diff line number Diff line change 1717
1818return static function (RectorConfig $ config ): void {
1919 $ config ->paths ([__DIR__ . '/src ' ]);
20+ $ config ->cacheDirectory (__DIR__ . '/vendor/.cache.rector ' );
2021
2122 $ config ->sets ([
2223 LevelSetList::UP_TO_PHP_81 ,
You can’t perform that action at this time.
0 commit comments