Update src/Appwrite/Utopia/Response/Model/AttributeFloat.php

Co-authored-by: Matej Bačo <matejbacocom@gmail.com>
This commit is contained in:
Eldad A. Fux
2022-03-14 19:40:19 +02:00
committed by GitHub
co-authored by Matej Bačo
parent 1d7e8a76a1
commit 5bf0202490
@@ -16,7 +16,7 @@ class AttributeFloat extends Attribute
'type' => self::TYPE_STRING,
'description' => 'Attribute Key.',
'default' => '',
'example' => 'percentCompleted',
'example' => 'percentageCompleted',
])
->addRule('type', [
'type' => self::TYPE_STRING,