diff --git a/src/RuleSets/ExtendedPERSet.php b/src/RuleSets/ExtendedPERSet.php index ac68f272..ec42b67f 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, ],