Skip to content

Commit f99e8e0

Browse files
committed
Add type
1 parent 7bef889 commit f99e8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/Validator/Queries/Document.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Document extends Queries
1414
* @param bool $supportForAttributes
1515
* @throws Exception
1616
*/
17-
public function __construct(array $attributes, $supportForAttributes = true)
17+
public function __construct(array $attributes, bool $supportForAttributes = true)
1818
{
1919
$attributes[] = new \Utopia\Database\Document([
2020
'$id' => '$id',

0 commit comments

Comments
 (0)