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
Would you be interested in setting up unified code style for this library? Personally, I try to use https://github.com/doctrine/coding-standard in every project as IMHO it is the best CS available. The whole Doctrine project is being migrated to it.
We can add it as a check into Travis after it's added. Having coding standard is great because every contribution to the library is consistent with the rest of the codebase and when automated, we don't have to bother with it during code reviews.
I'm willing to add it in next PR if interested.
The text was updated successfully, but these errors were encountered:
Would you be interested in setting up unified code style for this library? Personally, I try to use https://github.com/doctrine/coding-standard in every project as IMHO it is the best CS available. The whole Doctrine project is being migrated to it.
We can add it as a check into Travis after it's added. Having coding standard is great because every contribution to the library is consistent with the rest of the codebase and when automated, we don't have to bother with it during code reviews.
I'm willing to add it in next PR if interested.
The text was updated successfully, but these errors were encountered: