Passed
Push — feature/build-and-publish-test... ( 8e4ede...7b7b0e )
by Michiel
16:32 queued 09:17
created
StepupSelfService/SelfServiceBundle/Service/SmsRecoveryTokenService.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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(),
Please login to merge, or discard this patch.