Test Failed
Branch master (8efd2a)
by Ridvan Lakas ng Bayan
06:55
created
src/ridvanbaluyos/sms/providers/Semaphore.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
46 46
             $url = $conf['url'] . '?' . http_build_query($query);
47 47
 
48 48
             $ch = curl_init();
49
-            curl_setopt($ch,CURLOPT_URL,$url);
49
+            curl_setopt($ch, CURLOPT_URL, $url);
50 50
             curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
51 51
             curl_setopt($ch, CURLOPT_TIMEOUT, 240);
52 52
             $result = curl_exec($ch);
@@ -79,7 +79,7 @@  discard block
 block discarded – undo
79 79
             $url = $conf['url'] . '/account?' . http_build_query($query);
80 80
 
81 81
             $ch = curl_init();
82
-            curl_setopt($ch,CURLOPT_URL,$url);
82
+            curl_setopt($ch, CURLOPT_URL, $url);
83 83
             curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
84 84
             curl_setopt($ch, CURLOPT_TIMEOUT, 240);
85 85
             $result = curl_exec($ch);
Please login to merge, or discard this patch.
tests/_support/UnitTester.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 {
21 21
     use _generated\UnitTesterActions;
22 22
 
23
-   /**
24
-    * Define custom actions here
25
-    */
23
+    /**
24
+     * Define custom actions here
25
+     */
26 26
 }
Please login to merge, or discard this patch.
tests/_support/AcceptanceTester.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 {
21 21
     use _generated\AcceptanceTesterActions;
22 22
 
23
-   /**
24
-    * Define custom actions here
25
-    */
23
+    /**
24
+     * Define custom actions here
25
+     */
26 26
 }
Please login to merge, or discard this patch.
tests/_support/FunctionalTester.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 {
21 21
     use _generated\FunctionalTesterActions;
22 22
 
23
-   /**
24
-    * Define custom actions here
25
-    */
23
+    /**
24
+     * Define custom actions here
25
+     */
26 26
 }
Please login to merge, or discard this patch.
tests/_support/SmsTester.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 {
21 21
     use _generated\SmsTesterActions;
22 22
 
23
-   /**
24
-    * Define custom actions here
25
-    */
23
+    /**
24
+     * Define custom actions here
25
+     */
26 26
 }
Please login to merge, or discard this patch.