Completed
Push — master ( c985f8...7064aa )
by Kazi Mainuddin
03:41
created
src/PayuGateway.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Tzsk\Payu;
3 3
 
4
-use Illuminate\Support\Facades\Session;
5 4
 use Tzsk\Payu\Helpers\Config;
6 5
 use Tzsk\Payu\Helpers\Redirector;
7 6
 use Tzsk\Payu\Helpers\Storage;
Please login to merge, or discard this patch.
src/Verifiers/AbstractVerifier.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
     protected $config;
19 19
 
20 20
     /**
21
-     * @param array $transaction_ids
21
+     * @param string $transaction_ids
22 22
      * @param string $account
23 23
      */
24 24
     public function __construct($transaction_ids, $account = null)
Please login to merge, or discard this patch.