Merge pull request #16912 from nextcloud/fix/duplicate_array_key

Make sure they keys are unique
This commit is contained in:
Roeland Jago Douma 2019-08-28 20:29:56 +02:00 committed by GitHub
commit f0c5bacc03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -119,7 +119,6 @@ class DeprecationCheck extends AbstractCheck {
'OCP\App::getAppInfo' => '14.0.0',
'OC_App::getAppVersion' => '14.0.0',
'OCP\App::getAppVersion' => '14.0.0',
'OCP\App::registerPersonal' => '14.0.0',
'OCP\AppFramework\Controller::params' => '7.0.0',
'OCP\AppFramework\Controller::getParams' => '7.0.0',