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
As Laravel is an open source project, we rely on the community to help us diagnose and fix issues as it is not possible to research and fix every issue reported to us via GitHub.
If possible, please make a pull request fixing the issue you have described, along with corresponding tests. All pull requests are promptly reviewed by the Laravel team.
make sure the pint.json file you are using in you github actions is the same you are using to run pint in your local. Also, pipeline should not do any changes to your code, it should only validate your project code style for each PHP file.
for running pint to check coding style without modifying the files make sure you add the flag --test in your pipeline or github actions.
Pint Version
2.10.0
PHP Version
8.4
Description
Macos php: 8.4.2
Docker ubuntu php: 8.4.1
When i run pint on macos there are no errors but when i ran it on github actions there was an error. class_attributes_separation
It changed one thing:
pint.json
Steps To Reproduce
The text was updated successfully, but these errors were encountered: