Completed
Push — master ( 138c0b...920a1b )
by John
01:56
created
src/Mautic/Form.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@  discard block
 block discarded – undo
119 119
      * @param  string $headers
120 120
      * @param  string $sessionId
121 121
      *
122
-     * @return string|null
122
+     * @return null|integer
123 123
      */
124 124
     public function getContactIdFromHeader($headers, $sessionId)
125 125
     {
@@ -141,7 +141,7 @@  discard block
 block discarded – undo
141 141
      *
142 142
      * @param  array $data
143 143
      *
144
-     * @return array
144
+     * @return resource
145 145
      */
146 146
     public function prepareRequest(array $data)
147 147
     {
Please login to merge, or discard this patch.