Skip to content

Commit e82f8f6

Browse files
authored
Merge pull request #1257 from jonnott/patch-1
force dependency injection in LfmPath constructor by removing null de…
2 parents ed14dce + eceb687 commit e82f8f6

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)