Completed
Branch master (5cf9d3)
by Markus
03:43
created
lib/Fhp/Dialog/Dialog.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -186,7 +186,7 @@  discard block
 block discarded – undo
186 186
     /**
187 187
      * Gets the dialog ID.
188 188
      *
189
-     * @return int|string
189
+     * @return integer
190 190
      */
191 191
     public function getDialogId()
192 192
     {
@@ -256,7 +256,7 @@  discard block
 block discarded – undo
256 256
     /**
257 257
      * Initializes a dialog.
258 258
      *
259
-     * @return int|null
259
+     * @return string|null
260 260
      * @throws AdapterException
261 261
      * @throws CurlException
262 262
      * @throws FailedRequestException
@@ -294,7 +294,7 @@  discard block
 block discarded – undo
294 294
     /**
295 295
      * Sends sync request.
296 296
      *
297
-     * @return mixed
297
+     * @return string
298 298
      * @throws AdapterException
299 299
      * @throws CurlException
300 300
      * @throws FailedRequestException
@@ -350,7 +350,7 @@  discard block
 block discarded – undo
350 350
     /**
351 351
      * Ends a previous started dialog.
352 352
      *
353
-     * @return mixed
353
+     * @return string
354 354
      * @throws AdapterException
355 355
      * @throws CurlException
356 356
      * @throws FailedRequestException
Please login to merge, or discard this patch.
lib/Fhp/Model/StatementOfAccount/Statement.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
     /**
88 88
      * Get creditDebit
89 89
      *
90
-     * @return mixed
90
+     * @return string
91 91
      */
92 92
     public function getCreditDebit()
93 93
     {
Please login to merge, or discard this patch.
lib/Fhp/Parser/MT940.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
     /**
24 24
      * MT940 constructor.
25 25
      *
26
-     * @param $rawData
26
+     * @param string $rawData
27 27
      */
28 28
     public function __construct($rawData)
29 29
     {
Please login to merge, or discard this patch.
lib/Fhp/Response/Response.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@  discard block
 block discarded – undo
26 26
     /**
27 27
      * Response constructor.
28 28
      *
29
-     * @param $rawResponse
29
+     * @param string $rawResponse
30 30
      */
31 31
     public function __construct($rawResponse)
32 32
     {
@@ -242,7 +242,7 @@  discard block
 block discarded – undo
242 242
 
243 243
     /**
244 244
      * @param bool $translateCodes
245
-     * @return mixed
245
+     * @return string
246 246
      */
247 247
     public function humanReadable($translateCodes = false)
248 248
     {
Please login to merge, or discard this patch.