fix(CS): Prepare path to config

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2024-02-01 15:23:13 +01:00
commit 8d0a280d13
No known key found for this signature in database
GPG key ID: 74434EFE0D2E2205

View file

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