Passed
Push — main ( 42812b...abebdb )
by ikechukwu
05:58
created
src/Services/PinService.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -143,7 +143,7 @@  discard block
 block discarded – undo
143 143
      */
144 144
     public function pinUrlHasValidUUID(string $uuid): ?array
145 145
     {
146
-        if(!$this->getRequirePin($uuid)) {
146
+        if (!$this->getRequirePin($uuid)) {
147 147
             return ['message' =>
148 148
                 trans('requirepin::pin.invalid_url')];
149 149
         }
@@ -413,7 +413,7 @@  discard block
 block discarded – undo
413 413
             config('requirepin.input', '_pin') => null
414 414
         ]);
415 415
 
416
-        foreach($this->payload as $key => $item) {
416
+        foreach ($this->payload as $key => $item) {
417 417
             $request->merge([$key => $item]);
418 418
         }
419 419
     }
Please login to merge, or discard this patch.