Passed
Push — master ( aa6826...f0ea93 )
by Mujeeb
52s queued 13s
created
src/SendChamp.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -275,7 +275,7 @@
 block discarded – undo
275 275
      * @return array
276 276
      */
277 277
     public function sendOtp(string $channel, string $token_type, int $token_length,
278
-       int $expiry_day, string $customer_email, string $customer_mobile_number, array $meta_data, string $sender)
278
+        int $expiry_day, string $customer_email, string $customer_mobile_number, array $meta_data, string $sender)
279 279
     {
280 280
         if (! in_array($token_type, $this->tokenType)) {
281 281
             throw new SendChampException('Invalid token type');
Please login to merge, or discard this patch.