diff options
author | Vincent Petry <pvince81@owncloud.com> | 2015-03-17 11:42:52 +0100 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2015-03-17 11:42:52 +0100 |
commit | e5e30924b14c22cc68b2fe0c47144f06c4a997aa (patch) | |
tree | 49587b067c21416edd230b69e27f77ede30c6b85 /apps/files_external/appinfo | |
parent | 847880803e9bdbaae332762e197ac13ffe552233 (diff) | |
download | nextcloud-server-e5e30924b14c22cc68b2fe0c47144f06c4a997aa.tar.gz nextcloud-server-e5e30924b14c22cc68b2fe0c47144f06c4a997aa.zip |
Fix PHPDoc in files_external, add missing tag
Fix various PHPDoc issues in external storage app.
Added missing NoAdminRequired tag
Diffstat (limited to 'apps/files_external/appinfo')
-rw-r--r-- | apps/files_external/appinfo/routes.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files_external/appinfo/routes.php b/apps/files_external/appinfo/routes.php index 506c9d34e26..a090fca20ea 100644 --- a/apps/files_external/appinfo/routes.php +++ b/apps/files_external/appinfo/routes.php @@ -23,9 +23,8 @@ namespace OCA\Files_External\Appinfo; /** - * @var $this OC\Route\Router + * @var $this \OC\Route\Router **/ - $application = new Application(); $application->registerRoutes( $this, |