From 5437844b7ec24d6011e8f1e4a0df5f727d259ea5 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Wed, 15 Apr 2020 19:34:23 +0200 Subject: fix credentialsManager documentation and ensure userId to be used as string Signed-off-by: Arthur Schiwon --- tests/lib/Security/CredentialsManagerTest.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/lib/Security/CredentialsManagerTest.php b/tests/lib/Security/CredentialsManagerTest.php index b5d4116b293..9c1a0cb9291 100644 --- a/tests/lib/Security/CredentialsManagerTest.php +++ b/tests/lib/Security/CredentialsManagerTest.php @@ -134,9 +134,9 @@ class CredentialsManagerTest extends \Test\TestCase { 'privateCredentials' ], [ - null, - 'systemCredentials' - ] + '', + 'systemCredentials', + ], ]; } } -- cgit v1.2.3