From 344e8c13a658dda9872fa398daf926b4f5dab79f Mon Sep 17 00:00:00 2001 From: Jannes Behrens Date: Mon, 28 Jul 2025 14:34:41 +0200 Subject: [PATCH] Update helpers.php --- src/Support/helpers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Support/helpers.php b/src/Support/helpers.php index 1c97fcd3..7a78f1dc 100644 --- a/src/Support/helpers.php +++ b/src/Support/helpers.php @@ -233,7 +233,7 @@ function get_unaccessible_property($object, string $property) * @param ConfigInterface|null $config * @return void */ - function fix_file($path, ConfigInterface $config = null) + function fix_file($path, ?ConfigInterface $config = null) { if (is_null($config)) { $config = require lit_vendor_path('fixer/.php_cs_config');