Typo
This commit is contained in:
parent
3daf22fae2
commit
31dbe26e38
|
@ -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?
|
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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue