Skip to content

Commit 7d69f84

Browse files
committed
docs: lint readme using markdownlint
1 parent eba75f1 commit 7d69f84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/.php-cs-fixer.php renamed to app/.php-cs-fixer.dist.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
->inDir(__DIR__ . '/database')
1414
->inDir(__DIR__ . '/tests')
1515
->addFiles([__FILE__])
16+
->useParallelConfig()
1617
->getConfig()
1718
;
1819

0 commit comments

Comments
 (0)