Completed
Push — master ( 8bb85e...49a3ee )
by Harish
04:35
created
src/Mojo.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -134,6 +134,9 @@
 block discarded – undo
134 134
 		}
135 135
 	}
136 136
 
137
+	/**
138
+	 * @param resource $curl
139
+	 */
137 140
 	private static function closeCurl($curl,$payload)
138 141
 	{
139 142
 		curl_setopt($curl, CURLOPT_POST, true);
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Lubusin\Mojo\Models\MojoRefundDetails;
7 7
 use Exception;
8 8
 use App\User;
9
-use DB;
10 9
 
11 10
 class Mojo
12 11
 {
Please login to merge, or discard this patch.