Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[php 8.5] Split of nested functions calls to pipe operator in a new standalone rule#7603

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
samsonasik merged 4 commits intomainfromtv-nested-functions-to-pipe
Oct 29, 2025

Conversation

@TomasVotruba
Copy link
Member

@TomasVotrubaTomasVotruba commentedOct 29, 2025
edited
Loading

Before

returntrim(strtolower(htmlspecialchars('  Hello World!')));


return'  Hello World!'            |>htmlspecialchars(...)            |>strtolower(...)            |>trim(...);

After

canvural and eerison reacted with rocket emoji
@TomasVotrubaTomasVotruba changed the titletv nested functions to pipe[php 8.5] Split of nested functions calls to pipe operator in a new standalone ruleOct 29, 2025
@samsonasiksamsonasik self-requested a reviewOctober 29, 2025 13:44
@samsonasiksamsonasik self-assigned thisOct 29, 2025
@samsonasiksamsonasik removed their request for reviewOctober 29, 2025 13:45
@samsonasik
Copy link
Member

@TomasVotruba I've taken care of it :)

@samsonasik
Copy link
Member

All checks have passed 🎉@TomasVotruba I am merging it ;)

TomasVotruba reacted with rocket emoji

@samsonasiksamsonasik merged commit8376d26 intomainOct 29, 2025
53 checks passed
@samsonasiksamsonasik deleted the tv-nested-functions-to-pipe branchOctober 29, 2025 13:46
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

@samsonasiksamsonasik

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@TomasVotruba@samsonasik

[8]ページ先頭

©2009-2025 Movatter.jp