chore: fix path for php-cs-fixer autoloader

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
Daniel Kesselberg 2023-06-28 14:39:23 +02:00 committed by Richard Steinmetz
parent 23f9bb857c
commit ba79f111ce
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
declare(strict_types=1);
require_once './vendor/autoload.php';
require_once './vendor-bin/cs-fixer/vendor/autoload.php';
use Nextcloud\CodingStandard\Config;