@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types = 1); |
|
| 3 | +declare(strict_types=1); |
|
| 4 | 4 | |
| 5 | 5 | /** |
| 6 | 6 | * Copyright 2015 SURFnet bv |
@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types = 1); |
|
| 3 | +declare(strict_types=1); |
|
| 4 | 4 | |
| 5 | 5 | /** |
| 6 | 6 | * Copyright 2015 SURFnet bv |
@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types = 1); |
|
| 3 | +declare(strict_types=1); |
|
| 4 | 4 | |
| 5 | 5 | /** |
| 6 | 6 | * Copyright 2015 SURFnet bv |
@@ -1,6 +1,6 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types = 1); |
|
| 3 | +declare(strict_types=1); |
|
| 4 | 4 | |
| 5 | 5 | /** |
| 6 | 6 | * Copyright 2014 SURFnet bv |
@@ -94,7 +94,7 @@ discard block |
||
| 94 | 94 | * @return bool Whether SMS sending did not fail. |
| 95 | 95 | * @throws TooManyChallengesRequestedException |
| 96 | 96 | */ |
| 97 | - public function sendChallenge(SendRecoveryTokenSmsChallengeCommand|SendSmsChallengeCommandInterface $command): bool |
|
| 97 | + public function sendChallenge(SendRecoveryTokenSmsChallengeCommand | SendSmsChallengeCommandInterface $command): bool |
|
| 98 | 98 | { |
| 99 | 99 | $phoneNumber = new InternationalPhoneNumber( |
| 100 | 100 | $command->country->getCountryCode(), |