diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-04-08 22:24:54 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-04-08 22:24:54 +0200 |
commit | 85e369cddb7b347cccd597ab2f65fc201632091d (patch) | |
tree | 862221861771a6fdb0394312f8af8a0b4d8c7abc /lib/public/App.php | |
parent | bbba7bc45acdbfb7d69edf7998db2cd8871682bd (diff) | |
download | nextcloud-server-85e369cddb7b347cccd597ab2f65fc201632091d.tar.gz nextcloud-server-85e369cddb7b347cccd597ab2f65fc201632091d.zip |
Fix multiline comments
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/public/App.php')
-rw-r--r-- | lib/public/App.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/public/App.php b/lib/public/App.php index 9b30ef4cf93..cdf66522d41 100644 --- a/lib/public/App.php +++ b/lib/public/App.php @@ -55,7 +55,7 @@ class App { * @return void * @since 4.0.0 * @deprecated 14.0.0 Use settings section in appinfo.xml to register personal admin sections - */ + */ public static function registerPersonal( $app, $page ) { \OC_App::registerPersonal( $app, $page ); } @@ -79,7 +79,7 @@ class App { * @return array|null * @deprecated 14.0.0 ise \OC::$server->getAppManager()->getAppInfo($appId) * @since 4.0.0 - */ + */ public static function getAppInfo( $app, $path=false ) { return \OC_App::getAppInfo( $app, $path); } |