-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Update delete project signature #10028
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
Conversation
📝 WalkthroughWalkthroughThe visibility of the ✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
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.
Actionable comments posted: 0
🧹 Nitpick comments (1)
src/Appwrite/Platform/Workers/Deletes.php (1)
485-500
: Doc-block is now out-of-sync with the widened signature; update it (and optionally mark the methodfinal).
The visibility bump from
private
→protected
is fine, but the accompanying doc-block still
- omits the new
$deviceForSites
and$certificates
parameters,- lists the parameters in the wrong order, and
- doesn’t reflect the new visibility (
@access protected
).A quick patch keeps documentation accurate and avoids IDE / static-analysis drift:
@@ - * @param Database $dbForPlatform - * @param callable $getProjectDB - * @param Device $deviceForFiles - * @param Device $deviceForFunctions - * @param Device $deviceForBuilds - * @param Device $deviceForCache - * @param Document $document + * @param Database $dbForPlatform + * @param callable $getProjectDB + * @param Device $deviceForFiles + * @param Device $deviceForSites + * @param Device $deviceForFunctions + * @param Device $deviceForBuilds + * @param Device $deviceForCache + * @param CertificatesAdapter $certificates + * @param Document $document + * @access protected * @return void(Feel free to add
final
if subclasses should use but not override this heavy-duty routine.)
📜 Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
src/Appwrite/Platform/Workers/Deletes.php
(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (6)
- GitHub Check: scan-pr / osv-scan
- GitHub Check: Setup & Build Appwrite Image
- GitHub Check: Check if utopia-php/database changed
- GitHub Check: Setup & Build Appwrite Image
- GitHub Check: Linter
- GitHub Check: scan
Security Scan Results for PRDocker Image Scan Results
Source Code Scan Results🎉 No vulnerabilities found! |
✨ Benchmark results
⚡ Benchmark Comparison
|
…te-project-signature
… into update-delete-project-signature
…te-project-signature
No description provided.