Add throws annotation
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
a61608e8c7
commit
9f7e05e737
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue