Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedghanem00 committed Apr 28, 2023
1 parent 5f6bfb3 commit 71246bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit 71246bb

Please sign in to comment.