Skip to content

Commit cf83942

Browse files
committed
fix: prefix all functions with back-slash
1 parent 7c9e56d commit cf83942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RuleSets/ExtendedPERSet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public function rules(): array
9191
NativeFunctionInvocationFixer::SET_INTERNAL,
9292
NativeFunctionInvocationFixer::SET_COMPILER_OPTIMIZED,
9393
],
94-
'scope' => 'namespaced',
94+
'scope' => 'all',
9595
'strict' => true,
9696
],
9797

0 commit comments

Comments
 (0)