From 8369147444eb5b488b748b598df611c58c56bb21 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Sun, 8 Dec 2019 19:56:33 +0100 Subject: [PATCH] fix: phpdoc block --- src/SlimData.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/SlimData.php b/src/SlimData.php index fc7cd42b..040530f9 100644 --- a/src/SlimData.php +++ b/src/SlimData.php @@ -56,9 +56,9 @@ class SlimData extends stdClass implements JsonSerializable /** * Create a slimData object * - * @param float|null $version The version - * @param array|null $types The types of documentations - * @param array|null $varTypes The types of variables + * @param float|null $version The version + * @param array|null $types The types of documentations + * @param array|null $varTypes The types of variables */ public function __construct( ?float $version = null,