Add throws annotation

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2018-02-15 12:23:49 +01:00
parent 4bd0a3fe4d
commit 251b21bb74
No known key found for this signature in database
GPG key ID: 4C614C6ED2CDE6DF

View file

@ -211,6 +211,7 @@ class OC_App {
* Load app.php from the given app
*
* @param string $app app name
* @throws Error
*/
private static function requireAppFile($app) {
// encapsulated here to avoid variable scope conflicts