From e95010a4cffe547922a378d40d54138625dc7d1d Mon Sep 17 00:00:00 2001 From: bnomei Date: Sun, 22 Oct 2023 12:05:43 +0000 Subject: [PATCH] Fix styling --- tests/patch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/patch.php b/tests/patch.php index c71c7f4..c40c073 100644 --- a/tests/patch.php +++ b/tests/patch.php @@ -2,7 +2,7 @@ function patchKirbyHelpers() { - $h = __DIR__ . '/kirby/config/helpers.php'; + $h = __DIR__.'/kirby/config/helpers.php'; if (file_exists($h)) { // open file and change a function name dump to xdump and save file again $content = file_get_contents($h);