Skip to content

Commit

Permalink
fix: prefix all functions with back-slash
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed May 28, 2024
1 parent 7c9e56d commit cf83942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RuleSets/ExtendedPERSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public function rules(): array
NativeFunctionInvocationFixer::SET_INTERNAL,
NativeFunctionInvocationFixer::SET_COMPILER_OPTIMIZED,
],
'scope' => 'namespaced',
'scope' => 'all',

Check warning on line 94 in src/RuleSets/ExtendedPERSet.php

View check run for this annotation

Codecov / codecov/patch

src/RuleSets/ExtendedPERSet.php#L94

Added line #L94 was not covered by tests
'strict' => true,
],

Expand Down

0 comments on commit cf83942

Please sign in to comment.