From 9dd1fc85c6b0078647d6c738a4a773db75cf0f8a Mon Sep 17 00:00:00 2001 From: Elnur Hajiyev Date: Mon, 6 Sep 2021 03:14:55 +0400 Subject: [PATCH] Apply fixes from StyleCI (#6) Co-authored-by: Elnur Hajiyev --- tests/Service/GlobalAuthenticationServiceTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Service/GlobalAuthenticationServiceTest.php b/tests/Service/GlobalAuthenticationServiceTest.php index b7f721a..3fc6ee9 100644 --- a/tests/Service/GlobalAuthenticationServiceTest.php +++ b/tests/Service/GlobalAuthenticationServiceTest.php @@ -71,10 +71,10 @@ public function testSuccessfulResponse(?string $customerReference, ?DateTime $bi * @dataProvider fakeResponses * * @param string $profileId - * @param int $profileVersion + * @param int $profileVersion * @param string $customerReference * @param string $bandText - * @param int $score + * @param int $score * * @throws IdentityVerificationFailureException */