server/apps/files_sharing
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
..
appinfo Don't call getUID on null when the app is loaded for a guest 2018-07-23 16:39:03 +02:00
composer Add API to undelete delete group shares 2018-07-05 12:43:56 +02:00
css Design fixes 2018-07-21 18:31:06 +02:00
img Svgo optimization 2016-09-27 20:56:26 +02:00
js Add room shares to DAV and recent files "share-types" property 2018-08-08 14:25:43 +02:00
l10n [tx-robot] updated from transifex 2018-08-08 00:13:19 +00:00
lib Suppress Phan warnings about calling undeclared class methods 2018-08-08 14:25:44 +02:00
templates Acceptance and mobile navigation fixes 2018-07-24 11:01:11 +02:00
tests Add room shares to DAV and recent files "share-types" property 2018-08-08 14:25:43 +02:00
list.php Fix apps/ 2016-07-21 18:13:57 +02:00
public.php Replace hardcoded status headers with calls to http_response_code() 2018-06-26 16:14:15 +02:00