summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-02-17 21:34:20 +0100
committerGitHub <noreply@github.com>2018-02-17 21:34:20 +0100
commitac63c207a962466ccabf140a4e3f5390b34a8beb (patch)
tree2ddb01bfd87308c13733b53ae949c58556811e88 /apps
parentd953db8683b10bdaf55ab8f3bb8b6b1c42870270 (diff)
parent9b68f80c4bf73ddc845fa64dba90cd858d663af6 (diff)
downloadnextcloud-server-ac63c207a962466ccabf140a4e3f5390b34a8beb.tar.gz
nextcloud-server-ac63c207a962466ccabf140a4e3f5390b34a8beb.zip
Merge pull request #8411 from nextcloud/add-strict-types-to-oc_app
Add strict types to OC_App
Diffstat (limited to 'apps')
-rw-r--r--apps/user_ldap/tests/Integration/ExceptionOnLostConnection.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/tests/Integration/ExceptionOnLostConnection.php b/apps/user_ldap/tests/Integration/ExceptionOnLostConnection.php
index 32dfb72d9c1..764c14bafe7 100644
--- a/apps/user_ldap/tests/Integration/ExceptionOnLostConnection.php
+++ b/apps/user_ldap/tests/Integration/ExceptionOnLostConnection.php
@@ -96,7 +96,7 @@ class ExceptionOnLostConnection {
*/
public function setUp() {
require_once __DIR__ . '/../../../../lib/base.php';
- \OC_App::loadApps('user_ldap');
+ \OC_App::loadApps(['user_ldap']);
$ch = $this->getCurl();
$proxyInfoJson = curl_exec($ch);