We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e088104 commit 9461a0eCopy full SHA for 9461a0e
1 file changed
src/Statement/Statement.php
@@ -32,27 +32,21 @@ class Statement extends Claim {
32
const RANK_DEPRECATED = 0;
33
34
/**
35
- * @since 0.2
36
- *
37
* @var string|null
38
*/
39
- private $guid = null;
+ protected $guid = null;
40
41
42
- * @since 0.1
43
44
* @var Snak
45
46
- private $mainSnak;
+ protected $mainSnak;
47
48
49
* The property value snaks making up the qualifiers for this statement.
50
*
51
52
53
* @var Snaks
54
55
- private $qualifiers;
+ protected $qualifiers;
56
57
58
* @var ReferenceList
0 commit comments