@@ -39,7 +39,7 @@ public function __construct(MappedStatementRepository $repository)
39
39
/**
40
40
* {@inheritdoc}
41
41
*/
42
- final public function findStatementById (StatementId $ statementId , Actor $ authority = null )
42
+ public function findStatementById (StatementId $ statementId , Actor $ authority = null )
43
43
{
44
44
$ criteria = array ('id ' => $ statementId ->getValue ());
45
45
@@ -65,7 +65,7 @@ final public function findStatementById(StatementId $statementId, Actor $authori
65
65
/**
66
66
* {@inheritdoc}
67
67
*/
68
- final public function findVoidedStatementById (StatementId $ voidedStatementId , Actor $ authority = null )
68
+ public function findVoidedStatementById (StatementId $ voidedStatementId , Actor $ authority = null )
69
69
{
70
70
$ criteria = array ('id ' => $ voidedStatementId ->getValue ());
71
71
@@ -91,7 +91,7 @@ final public function findVoidedStatementById(StatementId $voidedStatementId, Ac
91
91
/**
92
92
* {@inheritdoc}
93
93
*/
94
- final public function findStatementsBy (StatementsFilter $ criteria , Actor $ authority = null )
94
+ public function findStatementsBy (StatementsFilter $ criteria , Actor $ authority = null )
95
95
{
96
96
$ criteria = $ criteria ->getFilter ();
97
97
@@ -112,7 +112,7 @@ final public function findStatementsBy(StatementsFilter $criteria, Actor $author
112
112
/**
113
113
* {@inheritdoc}
114
114
*/
115
- final public function storeStatement (Statement $ statement , $ flush = true )
115
+ public function storeStatement (Statement $ statement , $ flush = true )
116
116
{
117
117
if (null === $ statement ->getId ()) {
118
118
if (class_exists ('Xabbuh\XApi\Model\Uuid ' )) {
0 commit comments