Completed
Branch master (2720d7)
by PROSPER
06:17
created
src/JusibeChannel.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -28,8 +28,7 @@
 block discarded – undo
28 28
     /**
29 29
      * Create a new Jusibe channel instance.
30 30
      *
31
-     * @param  \Jusibe\Jusibe  $jusibe
32
-     * @param  string  $from
31
+     * @param  JusibeClient  $jusibe
33 32
      * @return void
34 33
      */
35 34
     public function __construct(JusibeClient $jusibe)
Please login to merge, or discard this patch.
src/JusibeMessage.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@  discard block
 block discarded – undo
23 23
     /**
24 24
      * Create a new message instance.
25 25
      *
26
-     * @param  string  $message
27 26
      * @return void
28 27
      */
29 28
     public function __construct($content = '')
@@ -47,7 +46,6 @@  discard block
 block discarded – undo
47 46
     /**
48 47
      * Set the phone number the message should be sent from.
49 48
      *
50
-     * @param  string  $number
51 49
      * @return $this
52 50
      */
53 51
     public function from($from)
Please login to merge, or discard this patch.