Skip to content

Commit eceb687

Browse files
authored
force dependency injection in LfmPath constructor by removing null default
1 parent ed14dce commit eceb687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LfmPath.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class LfmPath
2020

2121
private $helper;
2222

23-
public function __construct(Lfm $lfm = null)
23+
public function __construct(Lfm $lfm)
2424
{
2525
$this->helper = $lfm;
2626
}

0 commit comments

Comments
 (0)