Passed
Branch master (1205ba)
by Ridvan Lakas ng Bayan
02:27
created
src/ridvanbaluyos/sms/Sms.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
      *
87 87
      * @param $code - the response code
88 88
      * @param null $message - an optional message aside from the default ones
89
-     * @param null $provider - the SMS provider used. Should only be enabled during debug mode.
89
+     * @param string $provider - the SMS provider used. Should only be enabled during debug mode.
90 90
      */
91 91
     protected function response($code, $message = null, $provider)
92 92
     {
Please login to merge, or discard this patch.
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -1,10 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace ridvanbaluyos\sms;
3 3
 
4
-use ridvanbaluyos\sms\providers\PromoTexter;
5
-use ridvanbaluyos\sms\providers\RisingTide;
6
-use ridvanbaluyos\sms\providers\Semaphore;
7
-use ridvanbaluyos\sms\providers\Chikka;
8 4
 use Noodlehaus\Config as Config;
9 5
 
10 6
 /**
Please login to merge, or discard this patch.