Skip to content

Commit 0d48802

Browse files
committed
Corrections to some properties' documentation
1 parent 4166b5c commit 0d48802

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/ArangoDBClient/Document.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@ class Document
7272
protected $_doValidate = false;
7373

7474
/**
75-
* Flag to indicate whether document was changed locally
75+
* An array, that defines which attributes should be treated as hidden.
7676
*
77-
* @var bool
77+
* @var array
7878
*/
7979
protected $_hiddenAttributes = [];
8080

8181
/**
82-
* Flag to indicate whether document was changed locally
82+
* Flag to indicate whether hidden attributes should be ignored or included in returned data-sets
8383
*
8484
* @var bool
8585
*/

0 commit comments

Comments
 (0)