mirror of
https://github.com/flarum/core.git
synced 2025-10-11 15:04:25 +02:00
Remove Interface suffix from some classes
This commit is contained in:
@@ -8,7 +8,7 @@ class AssetManager
|
||||
|
||||
protected $js;
|
||||
|
||||
public function __construct(CompilerInterface $js, CompilerInterface $less)
|
||||
public function __construct(Compiler $js, Compiler $less)
|
||||
{
|
||||
$this->js = $js;
|
||||
$this->less = $less;
|
||||
|
Reference in New Issue
Block a user