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 a61608e8c7
commit 9f7e05e737
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 1 additions and 0 deletions

View File

@ -238,6 +238,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