From 9f7e05e737398a7f1f58ea8562ebb2981eee64af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Thu, 15 Feb 2018 12:23:49 +0100 Subject: [PATCH] Add throws annotation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- lib/private/legacy/app.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/private/legacy/app.php b/lib/private/legacy/app.php index 24712e0fda6..02d5f6fea4c 100644 --- a/lib/private/legacy/app.php +++ b/lib/private/legacy/app.php @@ -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