Skip to content

Commit 4252428

Browse files
committed
chore: minor updates
1 parent a9267cb commit 4252428

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.php-cs-fixer.dist.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@
77

88
require_once 'vendor/autoload.php';
99

10-
$config = ConfigBuilder::createFromRuleSet(new DefaultSet(['static_lambda' => false]))
10+
$config = ConfigBuilder::createFromRuleSet(new DefaultSet())
1111
->inDir(__DIR__ . '/src')
1212
->inDir(__DIR__ . '/config')
1313
->inDir(__DIR__ . '/tests')
1414
->addFiles([__FILE__])
15+
->useParallelConfig()
1516
->getConfig()
1617
;
1718

docker-compose.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
22

3-
version: '3.9'
4-
53
services:
64
app:
75
image: wayofdev/php-dev:8.3-cli-alpine-latest

0 commit comments

Comments
 (0)