PHPCSFixer Profile Banner
PHP-CS-Fixer Profile
PHP-CS-Fixer

@PHPCSFixer

Followers
676
Following
161
Media
13
Statuses
257

Tool for automated #PHP code formatting and refactoring. πŸ”— https://t.co/f5kivJM0C9

Open Source
Joined October 2022
Don't wanna be here? Send us removal request.
@PHPCSFixer
PHP-CS-Fixer
12 days
Long-awaiting official support for #PHP 8.4 in PHP-CS-Fixer is finally here πŸ₯³! You may find more information in release notes. Big thanks for everyone involved in this ❀️. Let us know if you have any problems with Fixer in your PHP 8.4 projects ☺️!.
5
16
65
@PHPCSFixer
PHP-CS-Fixer
1 month
We're really sorry that Fixer still does not offer official support for PHP 8.4 but this is a complex task that requires a lot of time and effort - resources that all of the maintainers currently don't have. We hope to bring this support soonℒ️ πŸ™‚!.
@jakub_tobiasz
Jacob Tobiasz πŸ¦™
1 month
I saw a post about Mago (`carthage-software/mago`). I support creating tools to improve things, but it's sad to hear calls for alternatives to @PHPCSFixer just because it doesn't support PHP 8.4. The community should focus on supporting package maintenance rather than replacing.
2
0
15
@PHPCSFixer
PHP-CS-Fixer
4 months
πŸ“’ NEW RELEASE!. Fixer v3.73.0 brings some PHP 8.4 support (mind, there's still a lot to do to fully unlock this version) and many little technical changes. We also have one new contributor πŸ₯³!.
1
1
7
@PHPCSFixer
PHP-CS-Fixer
5 months
That's the approach we love πŸ₯°! We're here for you, to take the chore part of coding from your shoulders, but sometimes we just need to follow our own vision, standards and conventions. What's not part of the core, always can be a custom extension 😊.
@timacdonald87
Tim MacDonald
5 months
@_Codito_ @PHPCSFixer PHP-CS-fixer is an open-source gift that I appreciate and respect. I would never expect anything from the project other than doing exactly what they want, how they want, when they want. Nothing but love from me.
0
0
5
@PHPCSFixer
PHP-CS-Fixer
5 months
πŸ“’ NEW RELEASE!. Fixer v3.70 brings some interesting changes, many around PHPUnit, but not limited to it. We also have 1 new contributor 😍.
0
1
9
@PHPCSFixer
PHP-CS-Fixer
6 months
πŸ“’ NEW RELEASE!. Fixer v3.67 brings you new rule: `general_attribute_remove` 😍. With this rule you can clean up your codebase from attributes you don't need anymore. It was implemented by @RaffoTweet, which is his first contribution to our project ❀️.
0
3
15
@PHPCSFixer
PHP-CS-Fixer
7 months
Estimated date of support for this: NEVAH!! πŸ˜‚.
@_Codito_
Greg Korba πŸ› οΈπŸ›Ή Codito
7 months
Interestingly, properties with closures assigned as default value can also have property hooks, which makes the syntax a bit too curly πŸ™ˆ. Imagine default closure with actual body + hooks. oof, let's pray for @PHPCSFixer πŸ™πŸ˜†.
Tweet media one
0
0
2
@PHPCSFixer
PHP-CS-Fixer
8 months
πŸ“’ NEW RELEASE!. Fixer v3.65 is a massive release with A LOT of feature, fixes, internal reworks and improvements 🀩. We also have 4 new contributors ❀️!. Make sure you're familiar with release notes:
0
2
11
@PHPCSFixer
PHP-CS-Fixer
8 months
We're really sorry we couldn't provide #PHP 8.4 support from day 1, but we will try to bring it as soon as possible! Any help will be truly appreciated, when it comes to both finding new failing test cases or providing fixes πŸ™‚. Hopefully we can make it soon!.
@_Codito_
Greg Korba πŸ› οΈπŸ›Ή Codito
8 months
I've started the process of making @PHPCSFixer compatible with #PHP 8.4, at least on basic level (which means: don't break the code). Prepared changes for CI and local development environment, created a milestone and even reported first found issue 😎!.
0
0
13
@PHPCSFixer
PHP-CS-Fixer
9 months
RT @toonverwerft: Just wanted to thank the @PHPCSFixer team for the "nullable_type_declaration_for_default_null_value" rule ! #PHP84.
0
1
0
@PHPCSFixer
PHP-CS-Fixer
11 months
πŸ“’ NEW RELEASE!. Fixer v3.63 brings new features, several internal improvements, but most importantly few fixes, including one for parallel runner that should help everyone having issues with process stuck on 0% πŸ₯³! Especially those using Laravel Herd.
0
1
6
@PHPCSFixer
PHP-CS-Fixer
11 months
Upcoming #PHP 8.4 will be definitely great and (r)evolutionary, but it's also really demanding when it comes to providing full support in Fixer. Heck, even basic support (not failing on 8.4 syntax) may be challenging! Let us know if you're open to help us achieving this 😁!.
@_Codito_
Greg Korba πŸ› οΈπŸ›Ή Codito
11 months
@nicolasgrekas @arnaud_lb Moreover, Asymmetric Visibility RFC was also accepted! In #PHP 8.4 it will be possible to distinguish the level of accesibility for read and write operations on class properties. It's `readonly` on steroids! Thanks @Crell and @IlijaTovilo πŸ‘πŸ»!.
0
2
7
@PHPCSFixer
PHP-CS-Fixer
1 year
πŸ“’ NEW RELEASE!. Fixer v3.62 brings small change in the PER-CS v2 ruleset: anonymous classes without arguments must not have parentheses. Don't be surprised if you use this ruleset or its child rulesets (Symfony / PhpCsFixer) 😎.
0
0
1
@PHPCSFixer
PHP-CS-Fixer
1 year
πŸ“’ NEW RELEASE!. Fixer v3.61 brings support for ?-nullable types in `no_superfluous_phpdoc_tags` and covers more PHPUnit assert methods. There are also another internal improvements πŸ™‚. We also have 2 new contributors πŸ₯³!.
0
0
3
@PHPCSFixer
PHP-CS-Fixer
1 year
We did it! 150 MILLIONS of Fixer's main package installations (not counting shim package, PHAR or Docker images). Thank you for using Fixer and keeping your projects in good shape! ❀️
Tweet media one
0
2
10
@PHPCSFixer
PHP-CS-Fixer
1 year
πŸ“’ NEW RELEASE!. Fixer v3.60 brings some little fixes and features, but is mostly about internal improvements. We constantly try to improve our codebase's quality, eliminate existing problems and automate checks that help us find areas to improve 😎.
0
0
6
@PHPCSFixer
PHP-CS-Fixer
1 year
7️⃣7️⃣ votes about enabling parallel runner (from PR #️⃣7️⃣7️⃣7️⃣7️⃣) by default πŸ˜…. Last word goes to @keradus anyway, but thank you all for your feedback!.
@PHPCSFixer
PHP-CS-Fixer
1 year
Should we enable parallel runner with CPU auto-detection by default now or should we wait until next major release? 🧐.
1
1
2
@PHPCSFixer
PHP-CS-Fixer
1 year
Another great feedback about parallel runner 😍! #️⃣7️⃣7️⃣7️⃣7️⃣.
@BackEndTea
Gert de Pagter
1 year
@antv63330540 @_Codito_ @PHPCSFixer On my machine full run time went from 60 to 2.5 seconds! definitely a big improvement.
0
0
2
@PHPCSFixer
PHP-CS-Fixer
1 year
How cool is that 🀩πŸ₯³??.
0
0
9
@PHPCSFixer
PHP-CS-Fixer
1 year
RT @PHPCSFixer: Should we enable parallel runner with CPU auto-detection by default now or should we wait until next major release? 🧐. http….
0
2
0