Skip to content

[TASK] Add CS Fixer rule to remove leading slashes from global functions#2013

Merged
DanielSiepmann merged 2 commits intomainfrom
1997-phpcsfixer-rule-leading-slash-global-functions
Mar 26, 2026
Merged

[TASK] Add CS Fixer rule to remove leading slashes from global functions#2013
DanielSiepmann merged 2 commits intomainfrom
1997-phpcsfixer-rule-leading-slash-global-functions

Conversation

@greenfieldr
Copy link
Contributor

@greenfieldr greenfieldr commented Mar 26, 2026

This change adds the corresponding CS Fixer rule and removes existing
leading slashes in the existing codebase.

Resolves: #1997

@coveralls
Copy link

coveralls commented Mar 26, 2026

Pull Request Test Coverage Report for Build 23604707766

Details

  • 4 of 4 (100.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 23337769227: 0.0%
Covered Lines: 111
Relevant Lines: 111

💛 - Coveralls

Copy link

@garvinhicking garvinhicking left a comment

Choose a reason for hiding this comment

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

lgtm :)

@greenfieldr greenfieldr moved this from In Progress to In Review in Best Practices Remote Day/Sprint Mar 26, 2026
@DanielSiepmann DanielSiepmann merged commit 266e011 into main Mar 26, 2026
33 checks passed
@DanielSiepmann DanielSiepmann deleted the 1997-phpcsfixer-rule-leading-slash-global-functions branch March 26, 2026 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

Remove \ from global function calls

5 participants