-
Notifications
You must be signed in to change notification settings - Fork 20
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
Added Code Analyser #28
base: main
Are you sure you want to change the base?
Conversation
Implemented Code Analyser
Documentation update
Made all corrections, reduced level to 6 |
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.
Seems like there are a lot of syntax errors now.
.github/ISSUE_TEMPLATE/bug.yaml
Outdated
- PHP 7.3.x | ||
- PHP 7.4.x | ||
- Different version (specify in environment) | ||
- PHP 8.0 |
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.
Please leave the "Different version..." option at the end.
src/Analytics/Adapter.php
Outdated
* @throws \Exception | ||
*/ | ||
public function call(string $method, string $path = '', array $headers = array(), array $params = array()): array|string | ||
public function call(string $method, string $path = '', array $headers = array(), array $params = array()): array<int|string,mixed>|string |
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.
Looks like adding the <>
stuff isn't supported and is causing some of the test errors.
Thank you so much for the PR 🤩. We're adding the |
@BabyElias 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. There is still some work pending on this PR and I haven't got a chance to fix all the errors yet. Are you willing to continue this PR ? |
Solves Issue #4376
But, I need help regarding some diagnosed code issues in order to correct them.