Skip to content
This repository was archived by the owner on Jul 8, 2023. It is now read-only.

Commit bf75825

Browse files
committed
Set PHP-CS-Fixer cache path in config
1 parent 48c55b6 commit bf75825

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.php_cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
<?php return Eloquent\CodeStyle\Config::create(__DIR__);
1+
<?php
2+
3+
$config = Eloquent\CodeStyle\Config::create(__DIR__);
4+
$config->setCacheFile(__DIR__ . '/artifacts/lint/php-cs-fixer/cache');
5+
6+
return $config;

0 commit comments

Comments
 (0)