We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18aec8c commit 01ef970Copy full SHA for 01ef970
1 file changed
src/Brainbits/Blocking/Blocker.php
@@ -25,13 +25,19 @@ class Blocker
25
*/
26
protected $adapter;
27
28
+ /**
29
+ * @var OwnerInterface
30
+ */
31
+ protected $owner;
32
+
33
/**
34
* @var ValidatorInterface
35
36
protected $validator;
37
38
39
* @param AdapterInterface $adapter
40
+ * @param OwnerInterface $owner
41
* @param ValidatorInterface $validator
42
43
public function __construct(AdapterInterface $adapter, OwnerInterface $owner, ValidatorInterface $validator)
0 commit comments