summaryrefslogtreecommitdiffstats
path: root/lib/public/App.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/App.php')
-rw-r--r--lib/public/App.php4
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);
}