Completed
Push — master ( e6b8cc...6b879e )
by John
25s queued 11s
created
src/Mautic/Form.php 2 patches
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 Escopecz\MauticFormSubmit\Mautic;
4 4
 
5
+use Escopecz\MauticFormSubmit\HttpHeader;
5 6
 use Escopecz\MauticFormSubmit\Mautic;
6 7
 use Escopecz\MauticFormSubmit\Mautic\Cookie;
7
-use Escopecz\MauticFormSubmit\HttpHeader;
8 8
 
9 9
 /**
10 10
  * Mautic form
Please login to merge, or discard this patch.
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
      *
111 111
      * @param  array $data
112 112
      *
113
-     * @return array
113
+     * @return resource
114 114
      */
115 115
     public function prepareRequest(array $data)
116 116
     {
@@ -154,7 +154,7 @@  discard block
 block discarded – undo
154 154
      * Process the result and split into headers and content
155 155
      *
156 156
      * @param string|bool $result
157
-     * @return array
157
+     * @return resource
158 158
      */
159 159
     public function prepareResponse($result)
160 160
     {
Please login to merge, or discard this patch.