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,