Passed
Push — main ( 3cec74...e5bdc7 )
by
unknown
03:34
created
src/Drivers/Mahamax.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -80,13 +80,13 @@
 block discarded – undo
80 80
                 return $result;
81 81
             } catch (Exception $e) {
82 82
                 Log::debug('Mahamax tranasaction verification failed with message: ' . $e->getMessage());
83
-                return (object)[
83
+                return (object) [
84 84
                     'status'        => 'error',
85 85
                     'message'       => 'پرداخت با خطا مواجه شد.',
86 86
                 ];    
87 87
             }
88 88
         } else {
89
-            return (object)[
89
+            return (object) [
90 90
                 'status'        => 'error',
91 91
                 'message'       => 'پرداخت با خطا مواجه شد.',
92 92
             ];
Please login to merge, or discard this patch.