You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we run Laravel Pint on the project we get a lot of fixes which is nice. But if we run Laravel Pint afterwards with the exact same settings again, we get additional fixes. This happens for 2-3 times and then we finally reached a completely fixed codebase. We are using a custom config file
It's quite hard to pin down what the actual problem is because it is so random if it needs 1, 2 or 3 passes to finally finish. If someone else experienced the same problem it would be nice to gather as much information as possible on the problem.
Steps To Reproduce
Have a project with around 2500 files
Run ./vendor/bin/pint --config=pint.json
Observe many changes
Run ./vendor/bin/pint --config=pint.json
Observe fewer changes
Repeat until you observe no changes
The text was updated successfully, but these errors were encountered:
Pint Version
1.21
PHP Version
8.3.17
Description
We have a project with around 2500 php files.
When we run Laravel Pint on the project we get a lot of fixes which is nice. But if we run Laravel Pint afterwards with the exact same settings again, we get additional fixes. This happens for 2-3 times and then we finally reached a completely fixed codebase. We are using a custom config file
It's quite hard to pin down what the actual problem is because it is so random if it needs 1, 2 or 3 passes to finally finish. If someone else experienced the same problem it would be nice to gather as much information as possible on the problem.
Steps To Reproduce
The text was updated successfully, but these errors were encountered: