From 3347e2c71a82465916fdc1e90a6bdea53ff0f889 Mon Sep 17 00:00:00 2001 From: Nils Behlen <29949516+nilsbehlen@users.noreply.github.com> Date: Tue, 26 Apr 2022 12:11:35 +0200 Subject: [PATCH] Update PIResponse.php --- src/PIResponse.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PIResponse.php b/src/PIResponse.php index a71ef5a..61a1a31 100644 --- a/src/PIResponse.php +++ b/src/PIResponse.php @@ -86,7 +86,7 @@ class PIResponse $ret->transactionID = $map['detail']['transaction_id']; } - // Prove that the autheitication status is one of the allowed ones + // Check that the authentication status is one of the allowed ones $r = $map['result']['authentication'] ?: null; if ($r === AuthenticationStatus::CHALLENGE) { -- GitLab