This commit is contained in:
Oliver Davies 2025-02-12 01:37:48 +00:00
parent 3daf22fae2
commit 31dbe26e38

View file

@ -12,7 +12,7 @@ snippet: |
Do you want to make it easier to keep your PHP code up to date with the latest standards and using the latest features?
Rector is a tool for refactoring PHP code and it was presets for different versions of PHP.
Rector is a tool for refactoring PHP code and it has presets for different versions of PHP.
It can refactor your code to follow best practices such as using early returns, having private methods by default and enabling strict typing - making code cleaner whilst using the latest PHP features.