From 71246bbae965037575ef89d6ab84e6aa831f7d39 Mon Sep 17 00:00:00 2001 From: Ahmed Ghanem Date: Fri, 28 Apr 2023 18:40:15 +0300 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 913c800..f55b55e 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ try { echo $activationData->getCreationTimestamp(); // int "1681333257" echo $activationData->getRemainingSecondsToExpire(); // int "300" echo $activationData->isRetryable(); // bool "false" - echo $activationData->getPhoneNumberWithoutCountryCode() // string "(555) 555-1234" + echo $activationData->getPhoneNumberWithoutCountryCode(); // string "(555) 555-1234" catch (Exception $e) { echo $e->getMessage(); }