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

PHP: Require or disallow trailing comma in functions #214

Open
ocean90 opened this issue Apr 13, 2023 · 2 comments
Open

PHP: Require or disallow trailing comma in functions #214

ocean90 opened this issue Apr 13, 2023 · 2 comments
Labels
php Pull requests that update Php code question Further information is requested

Comments

@ocean90 ocean90 added question Further information is requested php Pull requests that update Php code labels Apr 13, 2023
@derpaschi
Copy link
Member

+1 for Option 1

@nuritnt
Copy link

nuritnt commented Apr 14, 2023

Option 3: 🤭

sprintf(
	'Foo %s'
	, 'bar'
        , 'baz'
);

+1 for Option 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
php Pull requests that update Php code question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants