Completed
Pull Request — master (#5)
by Boy
06:59
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/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.
src/CMPayments/SchemaValidator/SchemaValidator.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -381,9 +381,9 @@
 block discarded – undo
381 381
     /**
382 382
      * Validate $schema->$property
383 383
      *
384
-     * @param array      $input
384
+     * @param string[]      $input
385 385
      * @param            $schema
386
-     * @param            $path
386
+     * @param            string $path
387 387
      * @param bool|false $mandatory
388 388
      *
389 389
      * @return mixed
Please login to merge, or discard this patch.