Skip to content

Commit b4bb535

Browse files
committed
Example code without $config
1 parent 8e77235 commit b4bb535

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,11 @@ use Simplemediacode\Hooks\HooksInterface;
5050

5151
class MyClass
5252
{
53-
private array $config;
5453
private ?HooksInterface $hooks;
5554

5655
public function __construct(
57-
array $config,
5856
?HooksInterface $hooks = null
5957
) {
60-
$this->config = $config;
6158
$this->hooks = $hooks;
6259
}
6360

0 commit comments

Comments
 (0)