Completed
Push — master ( d77182...b3448d )
by Keal
02:40
created
src/lib/Rest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -62,9 +62,9 @@
 block discarded – undo
62 62
      * @param string $url
63 63
      * @param mixed $data
64 64
      * @param mixed $header
65
-     * @param mixed $post
65
+     * @param integer $post
66 66
      *
67
-     * @return mixed
67
+     * @return string
68 68
      */
69 69
     public function curl_post($url, $data, $header, $post = 1)
70 70
     {
Please login to merge, or discard this patch.
tests/SmsTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 
11 11
 use LaravelSms\sms\Sms;
12 12
 use PHPUnit_Framework_TestCase;
13
-use Mockery as m;
14 13
 
15 14
 class SmsTest extends PHPUnit_Framework_TestCase
16 15
 {
Please login to merge, or discard this patch.