Test Failed
Branch master (8efd2a)
by Ridvan Lakas ng Bayan
06:55
created
src/ridvanbaluyos/sms/Sms.php 2 patches
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,6 @@
 block discarded – undo
2 2
 namespace ridvanbaluyos\sms;
3 3
 
4 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 5
 use Noodlehaus\Config as Config;
9 6
 
10 7
 /**
Please login to merge, or discard this patch.
Doc Comments   +5 added lines, -4 removed lines patch added patch discarded remove patch
@@ -37,8 +37,9 @@  discard block
 block discarded – undo
37 37
     /**
38 38
      * This function sends the SMS.
39 39
      *
40
-     * @param $phoneNumber - the mobile number
41
-     * @param $message - the message
40
+     * @param string $phoneNumber - the mobile number
41
+     * @param string $message - the message
42
+     * @return string
42 43
      */
43 44
     public function send($phoneNumber, $message)
44 45
     {
@@ -94,8 +95,8 @@  discard block
 block discarded – undo
94 95
      * standardizes the responses of each.
95 96
      *
96 97
      * @param $code - the response code
97
-     * @param null $message - an optional message aside from the default ones
98
-     * @param null $provider - the SMS provider used. Should only be enabled during debug mode.
98
+     * @param null|string $message - an optional message aside from the default ones
99
+     * @param string $provider - the SMS provider used. Should only be enabled during debug mode.
99 100
      *
100 101
      * @return string $response - the JSON formatted response.
101 102
      */
Please login to merge, or discard this patch.
tests/_support/_generated/AcceptanceTesterActions.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 // @codingStandardsIgnoreFile
7 7
 
8 8
 use Codeception\Module\PhpBrowser;
9
-use Helper\Acceptance;
10 9
 
11 10
 trait AcceptanceTesterActions
12 11
 {
Please login to merge, or discard this patch.
tests/_support/_generated/UnitTesterActions.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 // @codingStandardsIgnoreFile
7 7
 
8 8
 use Codeception\Module\Asserts;
9
-use Helper\Unit;
10 9
 
11 10
 trait UnitTesterActions
12 11
 {
Please login to merge, or discard this patch.