We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f29b54 commit f07f8cbCopy full SHA for f07f8cb
.php-cs-fixer.dist.php
@@ -5,14 +5,12 @@
5
* SPDX-FileCopyrightText: 2021 Nextcloud contributors
6
* SPDX-License-Identifier: AGPL-3.0-or-later
7
*/
8
-require_once 'vendor/autoload.php';
+require_once './vendor-bin/php-cs-fixer/vendor/autoload.php';
9
10
use Nextcloud\CodingStandard\Config;
11
-use PhpCsFixer\Runner\Parallel\ParallelConfigFactory;
12
13
$config = new Config();
14
$config
15
- ->setParallelConfig(ParallelConfigFactory::detect())
16
->getFinder()
17
->ignoreVCSIgnored(true)
18
->notPath('build')
0 commit comments