We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$config
1 parent 8e77235 commit b4bb535Copy full SHA for b4bb535
README.md
@@ -50,14 +50,11 @@ use Simplemediacode\Hooks\HooksInterface;
50
51
class MyClass
52
{
53
- private array $config;
54
private ?HooksInterface $hooks;
55
56
public function __construct(
57
- array $config,
58
?HooksInterface $hooks = null
59
) {
60
- $this->config = $config;
61
$this->hooks = $hooks;
62
}
63
0 commit comments