aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests/GroupLDAPPluginTest.php
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2019-11-25 14:07:00 +0100
committerGitHub <noreply@github.com>2019-11-25 14:07:00 +0100
commitc7d5b8fc493520ab40076ddade3632152dbfef00 (patch)
tree4de0070d04b69b5ba6ef478b241359260aa57113 /apps/user_ldap/tests/GroupLDAPPluginTest.php
parent20ec763337428f3a0e7c9e34e0246c1f5fb3a838 (diff)
parent68748d4f85dd23238aaafb787b1c341f0f2f0419 (diff)
downloadnextcloud-server-c7d5b8fc493520ab40076ddade3632152dbfef00.tar.gz
nextcloud-server-c7d5b8fc493520ab40076ddade3632152dbfef00.zip
Merge pull request #18079 from nextcloud/fixes/phpcs
Some php-cs fixes
Diffstat (limited to 'apps/user_ldap/tests/GroupLDAPPluginTest.php')
-rw-r--r--apps/user_ldap/tests/GroupLDAPPluginTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/tests/GroupLDAPPluginTest.php b/apps/user_ldap/tests/GroupLDAPPluginTest.php
index 9b13e37bc97..3b8bfd795c5 100644
--- a/apps/user_ldap/tests/GroupLDAPPluginTest.php
+++ b/apps/user_ldap/tests/GroupLDAPPluginTest.php
@@ -24,8 +24,8 @@
namespace OCA\User_LDAP\Tests;
-use OCP\GroupInterface;
use OCA\User_LDAP\GroupPluginManager;
+use OCP\GroupInterface;
class GroupLDAPPluginTest extends \Test\TestCase {