Browse Source

Merge pull request #23033 from nextcloud/fix/autoloader_update

Update autloader
tags/v21.0.0beta1
Roeland Jago Douma 3 years ago
parent
commit
bf91ec45fc
No account linked to committer's email address
26 changed files with 26 additions and 26 deletions
  1. 1
    1
      apps/accessibility/composer/composer/ClassLoader.php
  2. 1
    1
      apps/admin_audit/composer/composer/ClassLoader.php
  3. 1
    1
      apps/cloud_federation_api/composer/composer/ClassLoader.php
  4. 1
    1
      apps/comments/composer/composer/ClassLoader.php
  5. 1
    1
      apps/contactsinteraction/composer/composer/ClassLoader.php
  6. 1
    1
      apps/dav/composer/composer/ClassLoader.php
  7. 1
    1
      apps/encryption/composer/composer/ClassLoader.php
  8. 1
    1
      apps/federatedfilesharing/composer/composer/ClassLoader.php
  9. 1
    1
      apps/federation/composer/composer/ClassLoader.php
  10. 1
    1
      apps/files/composer/composer/ClassLoader.php
  11. 1
    1
      apps/files_sharing/composer/composer/ClassLoader.php
  12. 1
    1
      apps/files_trashbin/composer/composer/ClassLoader.php
  13. 1
    1
      apps/files_versions/composer/composer/ClassLoader.php
  14. 1
    1
      apps/lookup_server_connector/composer/composer/ClassLoader.php
  15. 1
    1
      apps/oauth2/composer/composer/ClassLoader.php
  16. 1
    1
      apps/provisioning_api/composer/composer/ClassLoader.php
  17. 1
    1
      apps/settings/composer/composer/ClassLoader.php
  18. 1
    1
      apps/sharebymail/composer/composer/ClassLoader.php
  19. 1
    1
      apps/systemtags/composer/composer/ClassLoader.php
  20. 1
    1
      apps/testing/composer/composer/ClassLoader.php
  21. 1
    1
      apps/twofactor_backupcodes/composer/composer/ClassLoader.php
  22. 1
    1
      apps/updatenotification/composer/composer/ClassLoader.php
  23. 1
    1
      apps/user_ldap/composer/composer/ClassLoader.php
  24. 1
    1
      apps/user_status/composer/composer/ClassLoader.php
  25. 1
    1
      apps/workflowengine/composer/composer/ClassLoader.php
  26. 1
    1
      lib/composer/composer/ClassLoader.php

+ 1
- 1
apps/accessibility/composer/composer/ClassLoader.php View File

@@ -60,7 +60,7 @@ class ClassLoader
public function getPrefixes()
{
if (!empty($this->prefixesPsr0)) {
return call_user_func_array('array_merge', $this->prefixesPsr0);
return call_user_func_array('array_merge', array_values($this->prefixesPsr0));
}

return array();

+ 1
- 1
apps/admin_audit/composer/composer/ClassLoader.php View File

@@ -60,7 +60,7 @@ class ClassLoader
public function getPrefixes()
{
if (!empty($this->prefixesPsr0)) {
return call_user_func_array('array_merge', $this->prefixesPsr0);
return call_user_func_array('array_merge', array_values($this->prefixesPsr0));
}

return array();

+ 1
- 1
apps/cloud_federation_api/composer/composer/ClassLoader.php View File

@@ -60,7 +60,7 @@ class ClassLoader
public function getPrefixes()
{
if (!empty($this->prefixesPsr0)) {
return call_user_func_array('array_merge', $this->prefixesPsr0);
return call_user_func_array('array_merge', array_values($this->prefixesPsr0));
}

return array();

+ 1
- 1
apps/comments/composer/composer/ClassLoader.php View File

@@ -60,7 +60,7 @@ class ClassLoader
public function getPrefixes()
{
if (!empty($this->prefixesPsr0)) {
return call_user_func_array('array_merge', $this->prefixesPsr0);
return call_user_func_array('array_merge', array_values($this->prefixesPsr0));
}

return array();

+ 1
- 1
apps/contactsinteraction/composer/composer/ClassLoader.php View File

@@ -60,7 +60,7 @@ class ClassLoader
public function getPrefixes()
{
if (!empty($this->prefixesPsr0)) {
return call_user_func_array('array_merge', $this->prefixesPsr0);
return call_user_func_array('array_merge', array_values($this->prefixesPsr0));
}

return array();

+ 1
- 1
apps/dav/composer/composer/ClassLoader.php View File

@@ -60,7 +60,7 @@ class ClassLoader
public function getPrefixes()
{
if (!empty($this->prefixesPsr0)) {
return call_user_func_array('array_merge', $this->prefixesPsr0);
return call_user_func_array('array_merge', array_values($this->prefixesPsr0));
}

return array();

+ 1
- 1
apps/encryption/composer/composer/ClassLoader.php View File

@@ -60,7 +60,7 @@ class ClassLoader
public function getPrefixes()
{
if (!empty($this->prefixesPsr0)) {
return call_user_func_array('array_merge', $this->prefixesPsr0);
return call_user_func_array('array_merge', array_values($this->prefixesPsr0));
}

return array();

+ 1
- 1
apps/federatedfilesharing/composer/composer/ClassLoader.php View File

@@ -60,7 +60,7 @@ class ClassLoader
public function getPrefixes()
{
if (!empty($this->prefixesPsr0)) {
return call_user_func_array('array_merge', $this->prefixesPsr0);
return call_user_func_array('array_merge', array_values($this->prefixesPsr0));
}

return array();

+ 1
- 1
apps/federation/composer/composer/ClassLoader.php View File

@@ -60,7 +60,7 @@ class ClassLoader
public function getPrefixes()
{
if (!empty($this->prefixesPsr0)) {
return call_user_func_array('array_merge', $this->prefixesPsr0);
return call_user_func_array('array_merge', array_values($this->prefixesPsr0));
}

return array();

+ 1
- 1
apps/files/composer/composer/ClassLoader.php View File

@@ -60,7 +60,7 @@ class ClassLoader
public function getPrefixes()
{
if (!empty($this->prefixesPsr0)) {
return call_user_func_array('array_merge', $this->prefixesPsr0);
return call_user_func_array('array_merge', array_values($this->prefixesPsr0));
}

return array();

+ 1
- 1
apps/files_sharing/composer/composer/ClassLoader.php View File

@@ -60,7 +60,7 @@ class ClassLoader
public function getPrefixes()
{
if (!empty($this->prefixesPsr0)) {
return call_user_func_array('array_merge', $this->prefixesPsr0);
return call_user_func_array('array_merge', array_values($this->prefixesPsr0));
}

return array();

+ 1
- 1
apps/files_trashbin/composer/composer/ClassLoader.php View File

@@ -60,7 +60,7 @@ class ClassLoader
public function getPrefixes()
{
if (!empty($this->prefixesPsr0)) {
return call_user_func_array('array_merge', $this->prefixesPsr0);
return call_user_func_array('array_merge', array_values($this->prefixesPsr0));
}

return array();

+ 1
- 1
apps/files_versions/composer/composer/ClassLoader.php View File

@@ -60,7 +60,7 @@ class ClassLoader
public function getPrefixes()
{
if (!empty($this->prefixesPsr0)) {
return call_user_func_array('array_merge', $this->prefixesPsr0);
return call_user_func_array('array_merge', array_values($this->prefixesPsr0));
}

return array();

+ 1
- 1
apps/lookup_server_connector/composer/composer/ClassLoader.php View File

@@ -60,7 +60,7 @@ class ClassLoader
public function getPrefixes()
{
if (!empty($this->prefixesPsr0)) {
return call_user_func_array('array_merge', $this->prefixesPsr0);
return call_user_func_array('array_merge', array_values($this->prefixesPsr0));
}

return array();

+ 1
- 1
apps/oauth2/composer/composer/ClassLoader.php View File

@@ -60,7 +60,7 @@ class ClassLoader
public function getPrefixes()
{
if (!empty($this->prefixesPsr0)) {
return call_user_func_array('array_merge', $this->prefixesPsr0);
return call_user_func_array('array_merge', array_values($this->prefixesPsr0));
}

return array();

+ 1
- 1
apps/provisioning_api/composer/composer/ClassLoader.php View File

@@ -60,7 +60,7 @@ class ClassLoader
public function getPrefixes()
{
if (!empty($this->prefixesPsr0)) {
return call_user_func_array('array_merge', $this->prefixesPsr0);
return call_user_func_array('array_merge', array_values($this->prefixesPsr0));
}

return array();

+ 1
- 1
apps/settings/composer/composer/ClassLoader.php View File

@@ -60,7 +60,7 @@ class ClassLoader
public function getPrefixes()
{
if (!empty($this->prefixesPsr0)) {
return call_user_func_array('array_merge', $this->prefixesPsr0);
return call_user_func_array('array_merge', array_values($this->prefixesPsr0));
}

return array();

+ 1
- 1
apps/sharebymail/composer/composer/ClassLoader.php View File

@@ -60,7 +60,7 @@ class ClassLoader
public function getPrefixes()
{
if (!empty($this->prefixesPsr0)) {
return call_user_func_array('array_merge', $this->prefixesPsr0);
return call_user_func_array('array_merge', array_values($this->prefixesPsr0));
}

return array();

+ 1
- 1
apps/systemtags/composer/composer/ClassLoader.php View File

@@ -60,7 +60,7 @@ class ClassLoader
public function getPrefixes()
{
if (!empty($this->prefixesPsr0)) {
return call_user_func_array('array_merge', $this->prefixesPsr0);
return call_user_func_array('array_merge', array_values($this->prefixesPsr0));
}

return array();

+ 1
- 1
apps/testing/composer/composer/ClassLoader.php View File

@@ -60,7 +60,7 @@ class ClassLoader
public function getPrefixes()
{
if (!empty($this->prefixesPsr0)) {
return call_user_func_array('array_merge', $this->prefixesPsr0);
return call_user_func_array('array_merge', array_values($this->prefixesPsr0));
}

return array();

+ 1
- 1
apps/twofactor_backupcodes/composer/composer/ClassLoader.php View File

@@ -60,7 +60,7 @@ class ClassLoader
public function getPrefixes()
{
if (!empty($this->prefixesPsr0)) {
return call_user_func_array('array_merge', $this->prefixesPsr0);
return call_user_func_array('array_merge', array_values($this->prefixesPsr0));
}

return array();

+ 1
- 1
apps/updatenotification/composer/composer/ClassLoader.php View File

@@ -60,7 +60,7 @@ class ClassLoader
public function getPrefixes()
{
if (!empty($this->prefixesPsr0)) {
return call_user_func_array('array_merge', $this->prefixesPsr0);
return call_user_func_array('array_merge', array_values($this->prefixesPsr0));
}

return array();

+ 1
- 1
apps/user_ldap/composer/composer/ClassLoader.php View File

@@ -60,7 +60,7 @@ class ClassLoader
public function getPrefixes()
{
if (!empty($this->prefixesPsr0)) {
return call_user_func_array('array_merge', $this->prefixesPsr0);
return call_user_func_array('array_merge', array_values($this->prefixesPsr0));
}

return array();

+ 1
- 1
apps/user_status/composer/composer/ClassLoader.php View File

@@ -60,7 +60,7 @@ class ClassLoader
public function getPrefixes()
{
if (!empty($this->prefixesPsr0)) {
return call_user_func_array('array_merge', $this->prefixesPsr0);
return call_user_func_array('array_merge', array_values($this->prefixesPsr0));
}

return array();

+ 1
- 1
apps/workflowengine/composer/composer/ClassLoader.php View File

@@ -60,7 +60,7 @@ class ClassLoader
public function getPrefixes()
{
if (!empty($this->prefixesPsr0)) {
return call_user_func_array('array_merge', $this->prefixesPsr0);
return call_user_func_array('array_merge', array_values($this->prefixesPsr0));
}

return array();

+ 1
- 1
lib/composer/composer/ClassLoader.php View File

@@ -60,7 +60,7 @@ class ClassLoader
public function getPrefixes()
{
if (!empty($this->prefixesPsr0)) {
return call_user_func_array('array_merge', $this->prefixesPsr0);
return call_user_func_array('array_merge', array_values($this->prefixesPsr0));
}

return array();

Loading…
Cancel
Save