Skip to content
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

feat(contactsinteraction): allow users to disable contacts interaction addressbook #39372

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

feat(contactsinteraction): allow users to disable contacts interactio…

d46271b
Select commit
Loading
Failed to load commit list.
Open

feat(contactsinteraction): allow users to disable contacts interaction addressbook #39372

feat(contactsinteraction): allow users to disable contacts interactio…
d46271b
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Psalm succeeded Aug 27, 2024 in 8s

3 new alerts

New alerts in code changed by this pull request

  • 3 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 41 in apps/contactsinteraction/lib/DAV/Plugin.php

See this annotation in the file changed.

Code scanning / Psalm

PropertyNotSetInConstructor Note

Property OCA\ContactsInteraction\DAV\Plugin::$server is not defined in constructor of OCA\ContactsInteraction\DAV\Plugin or in any methods called in the constructor

Check notice on line 80 in apps/contactsinteraction/lib/DAV/Plugin.php

See this annotation in the file changed.

Code scanning / Psalm

MissingReturnType Note

Method OCA\ContactsInteraction\DAV\Plugin::initialize does not have a return type, expecting void

Check notice on line 32 in apps/contactsinteraction/lib/Listeners/UserPreferenceListener.php

See this annotation in the file changed.

Code scanning / Psalm

PossiblyUndefinedMethod Note

Method OCP\Config\BeforePreferenceDeletedEvent::getConfigValue does not exist