nextcloud-server/apps
Daniel Calviño Sánchez e2e6f23b67 Suppress Phan warnings about calling undeclared class methods
The DeletedShareAPIController and ShareAPIController helpers for room
shares are defined in Talk, so the classes do not exist when Talk is not
installed. Due to this when the object returned by "getRoomShareHelper"
is used Phan complains that the class is not declared.

This is not a problem, though, because when the class is not available
"getRoomShareHelper" throws an exception, which is then caught where
that method was called. Therefore now those warnings from Phan are
suppressed (it would be better to use "@phan-suppress-next-line"
instead, but it is not yet available in our Phan version).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-08-08 14:25:44 +02:00
..
accessibility
admin_audit Log sharing and unsharing with a room in the auditing app 2018-08-08 14:25:43 +02:00
cloud_federation_api
comments [tx-robot] updated from transifex 2018-08-08 00:13:19 +00:00
dav Add room shares to DAV and recent files "share-types" property 2018-08-08 14:25:43 +02:00
encryption Merge pull request #10480 from nextcloud/bugfix/10420/settings 2018-08-02 20:23:21 +02:00
federatedfilesharing
federation A failing federation sync job is not an error 2018-08-06 21:07:15 +02:00
files Transfer room shares too with the "files:transfer-ownership" command 2018-08-08 14:25:43 +02:00
files_external [tx-robot] updated from transifex 2018-08-07 00:12:06 +00:00
files_sharing Suppress Phan warnings about calling undeclared class methods 2018-08-08 14:25:44 +02:00
files_trashbin [tx-robot] updated from transifex 2018-08-05 00:12:29 +00:00
files_versions
lookup_server_connector
oauth2 [tx-robot] updated from transifex 2018-08-01 00:11:59 +00:00
provisioning_api
sharebymail [tx-robot] updated from transifex 2018-08-06 00:12:21 +00:00
systemtags systemtags: Submit input on enter 2018-08-01 09:45:34 +02:00
testing
theming [tx-robot] updated from transifex 2018-08-06 00:12:21 +00:00
twofactor_backupcodes [tx-robot] updated from transifex 2018-08-08 00:13:19 +00:00
updatenotification [tx-robot] updated from transifex 2018-08-05 00:12:29 +00:00
user_ldap [tx-robot] updated from transifex 2018-08-01 00:11:59 +00:00
workflowengine [tx-robot] updated from transifex 2018-08-08 00:13:19 +00:00