mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
Add throws annotation
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
a61608e8c7
commit
9f7e05e737
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue