Skip to content

Commit f07f8cb

Browse files
committed
adjust php-cs-fixer
Signed-off-by: dartcafe <[email protected]>
1 parent 7f29b54 commit f07f8cb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.php-cs-fixer.dist.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@
55
* SPDX-FileCopyrightText: 2021 Nextcloud contributors
66
* SPDX-License-Identifier: AGPL-3.0-or-later
77
*/
8-
require_once 'vendor/autoload.php';
8+
require_once './vendor-bin/php-cs-fixer/vendor/autoload.php';
99

1010
use Nextcloud\CodingStandard\Config;
11-
use PhpCsFixer\Runner\Parallel\ParallelConfigFactory;
1211

1312
$config = new Config();
1413
$config
15-
->setParallelConfig(ParallelConfigFactory::detect())
1614
->getFinder()
1715
->ignoreVCSIgnored(true)
1816
->notPath('build')

0 commit comments

Comments
 (0)