From cf8394239a375146e4fbae2894da4d4731d90de1 Mon Sep 17 00:00:00 2001 From: lotyp Date: Tue, 28 May 2024 16:31:32 +0300 Subject: [PATCH] fix: prefix all functions with back-slash --- src/RuleSets/ExtendedPERSet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RuleSets/ExtendedPERSet.php b/src/RuleSets/ExtendedPERSet.php index ac68f27..ec42b67 100644 --- a/src/RuleSets/ExtendedPERSet.php +++ b/src/RuleSets/ExtendedPERSet.php @@ -91,7 +91,7 @@ public function rules(): array NativeFunctionInvocationFixer::SET_INTERNAL, NativeFunctionInvocationFixer::SET_COMPILER_OPTIMIZED, ], - 'scope' => 'namespaced', + 'scope' => 'all', 'strict' => true, ],