From 650c6f0c064f17919c6553a8745bdbb32f28d271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kuba=20Wer=C5=82os?= Date: Sun, 4 Aug 2024 16:52:20 +0200 Subject: [PATCH] CS fix --- .dev-tools/build-infection-config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/.dev-tools/build-infection-config.php b/.dev-tools/build-infection-config.php index 35d5eed1..426aebe7 100644 --- a/.dev-tools/build-infection-config.php +++ b/.dev-tools/build-infection-config.php @@ -8,6 +8,7 @@ * For the full copyright and license information, please view * the LICENSE file that was distributed with this source code. */ + include __DIR__ . '/../vendor/autoload.php'; include __DIR__ . '/vendor/autoload.php';