Completed
Branch master (377964)
by reallyli
02:03
created
src/UniNotifyService.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
      * @param string $message
49 49
      * @param string $type
50 50
      *
51
-     * @return mixed
51
+     * @return boolean
52 52
      *               返回值类型:string,array,object,mixed(多种,不确定的),void(无返回值)
53 53
      */
54 54
     public function send(string $message, string $type)
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Reallyli\Uninotify;
4 4
 
5
-use Ixudra\Curl\Facades\Curl;
6 5
 use Illuminate\Config\Repository;
7 6
 use Illuminate\Support\Facades\App;
7
+use Ixudra\Curl\Facades\Curl;
8 8
 
9 9
 /**
10 10
  * Class UniquewayNotificationService.
Please login to merge, or discard this patch.