Completed
Push — master ( 35aa2e...53a9e9 )
by Boy
02:28
created
src/CMPayments/Json/Json.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -209,7 +209,7 @@
 block discarded – undo
209 209
      * Does the actual decoding of a JSON string
210 210
      *
211 211
      * @param      $data
212
-     * @param      $type
212
+     * @param      string $type
213 213
      * @param bool $assoc
214 214
      *
215 215
      * @return mixed
Please login to merge, or discard this patch.
src/CMPayments/SchemaValidator/SchemaValidator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -371,7 +371,7 @@
 block discarded – undo
371 371
      *
372 372
      * @param            string[] $input
373 373
      * @param            $schema
374
-     * @param            $path
374
+     * @param            string $path
375 375
      * @param bool|false $mandatory
376 376
      *
377 377
      * @return mixed
Please login to merge, or discard this patch.
src/CMPayments/helpers.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
     /**
6 6
      * Converts an \Exception into an array
7 7
      *
8
-     * @param $e
8
+     * @param Exception $e
9 9
      *
10 10
      * @return array
11 11
      * @throws Exception
Please login to merge, or discard this patch.