Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: prefix all functions with back-slash #283

Merged
merged 1 commit into from
May 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@
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
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line is not covered by tests. It's crucial to ensure that changes, especially those that affect the behavior of the system broadly, are well-tested.

Would you like me to help by generating unit tests for this change or should I open a GitHub issue to track this task?

'strict' => true,
],

Expand Down
Loading