Skip to content

Commit 9461a0e

Browse files
committed
protected
1 parent e088104 commit 9461a0e

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

src/Statement/Statement.php

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,27 +32,21 @@ class Statement extends Claim {
3232
const RANK_DEPRECATED = 0;
3333

3434
/**
35-
* @since 0.2
36-
*
3735
* @var string|null
3836
*/
39-
private $guid = null;
37+
protected $guid = null;
4038

4139
/**
42-
* @since 0.1
43-
*
4440
* @var Snak
4541
*/
46-
private $mainSnak;
42+
protected $mainSnak;
4743

4844
/**
4945
* The property value snaks making up the qualifiers for this statement.
5046
*
51-
* @since 0.1
52-
*
5347
* @var Snaks
5448
*/
55-
private $qualifiers;
49+
protected $qualifiers;
5650

5751
/**
5852
* @var ReferenceList

0 commit comments

Comments
 (0)