From 54ca7c8cf9bb254f9a73ab062637df403cbe3f06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Tue, 26 Dec 2023 16:00:48 +0100 Subject: [PATCH] Back to nulls --- Tests/Functional/Command/GenerateKeyPairCommandTest.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Tests/Functional/Command/GenerateKeyPairCommandTest.php b/Tests/Functional/Command/GenerateKeyPairCommandTest.php index 430ec984..bb178799 100644 --- a/Tests/Functional/Command/GenerateKeyPairCommandTest.php +++ b/Tests/Functional/Command/GenerateKeyPairCommandTest.php @@ -68,9 +68,9 @@ public function providePassphrase() yield ['RS256', null]; yield ['RS384', null]; yield ['RS512', null]; - yield ['HS256', '']; - yield ['HS384', '']; - yield ['HS512', '']; + yield ['HS256', null]; + yield ['HS384', null]; + yield ['HS512', null]; yield ['ES256', null]; yield ['ES384', null]; yield ['ES512', null];