We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9267cb commit 4252428Copy full SHA for 4252428
.php-cs-fixer.dist.php
@@ -7,11 +7,12 @@
7
8
require_once 'vendor/autoload.php';
9
10
-$config = ConfigBuilder::createFromRuleSet(new DefaultSet(['static_lambda' => false]))
+$config = ConfigBuilder::createFromRuleSet(new DefaultSet())
11
->inDir(__DIR__ . '/src')
12
->inDir(__DIR__ . '/config')
13
->inDir(__DIR__ . '/tests')
14
->addFiles([__FILE__])
15
+ ->useParallelConfig()
16
->getConfig()
17
;
18
docker-compose.yaml
@@ -1,7 +1,5 @@
1
---
2
3
-version: '3.9'
4
-
5
services:
6
app:
image: wayofdev/php-dev:8.3-cli-alpine-latest
0 commit comments