-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add code quality analysis with PHPStan #62
base: main
Are you sure you want to change the base?
Conversation
Add code quality analysis with PHPStan and GitHub workflow to be triggered on pull request.
Fixed code quality issues up to level 5.
Please sync your branch with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@abhishekdd would you please sync with main and fix the merge conflicts?
Thank you so much for the PR 🤩. We're adding the |
@abhishekdd thanks a lot for your contributions during Hacktoberfest 2022! Please reach out to me on our Discord server if you would like to claim your Appwrite swags! As a way of saying thank you, we would also love to invite you to join the Appwrite organization on GitHub. Please share your GitHub username with us on Discord. |
@abhishekdd would you be able to fix the merge conflicts so we can merge this in? |
Closes 🔎 Add Code Analyzer To ‘utopia-php/storage’ #4374
Implements code quality analysis into the repository. This allows running composer check to check for errors. Also auto-checks every PR with composer check to create failed test if there are code quality issues.
This PR also fixes the code quality issues identified by PHPStan up to analysis level 5.