-
-
Couldn't load subscription status.
- Fork 4.6k
Fix some MissingDocblockType or InvalidDocblock warnings. #22253
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
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| use OCP\Files\SimpleFS\ISimpleFolder; | ||
| use OCP\ILogger; | ||
| use Sabre\CardDAV\Card; | ||
| use Sabre\VObject\Parameter; |
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.
Import class for
server/apps/dav/lib/CardDAV/PhotoCache.php
Line 266 in b13aa66
| /** @var Parameter $typeParam */ |
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.
Nice 👍
|
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
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.
Yes - makes sense 🙈
|
🤖 beep boop beep 🤖 Here are the logs for the failed build: Status of 31823: failureacceptance-app-files
Show full log |
|
Please review :) |
| <?php | ||
| /** @var $l \OCP\IL10N */ | ||
| /** @var $_ array */ | ||
| /** @var \OCP\IL10N $_ */ |
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.
Fix some InvalidDocblock and MissingDocblockType warnings found by psalm.