We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bef889 commit f99e8e0Copy full SHA for f99e8e0
src/Database/Validator/Queries/Document.php
@@ -14,7 +14,7 @@ class Document extends Queries
14
* @param bool $supportForAttributes
15
* @throws Exception
16
*/
17
- public function __construct(array $attributes, $supportForAttributes = true)
+ public function __construct(array $attributes, bool $supportForAttributes = true)
18
{
19
$attributes[] = new \Utopia\Database\Document([
20
'$id' => '$id',
0 commit comments