Skip to content

Commit 01ef970

Browse files
committed
missing property
1 parent 18aec8c commit 01ef970

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/Brainbits/Blocking/Blocker.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,19 @@ class Blocker
2525
*/
2626
protected $adapter;
2727

28+
/**
29+
* @var OwnerInterface
30+
*/
31+
protected $owner;
32+
2833
/**
2934
* @var ValidatorInterface
3035
*/
3136
protected $validator;
3237

3338
/**
3439
* @param AdapterInterface $adapter
40+
* @param OwnerInterface $owner
3541
* @param ValidatorInterface $validator
3642
*/
3743
public function __construct(AdapterInterface $adapter, OwnerInterface $owner, ValidatorInterface $validator)

0 commit comments

Comments
 (0)