Commit 198721b3 authored by Guy Thouret's avatar Guy Thouret

(fix) Linting of latest Boost Campaign changes - #930

1 merge request!235WIP: Boost Campaigns (&24)
Pipeline #90734196 passed with stages
in 10 minutes and 10 seconds
......@@ -141,6 +141,4 @@ class feed implements Interfaces\Api
{
return Factory::response([]);
}
}
......@@ -34,8 +34,7 @@ abstract class Feed
User $currentUser = null,
Resolver $resolver = null,
abstractCacher $cacher = null
)
{
) {
$this->currentUser = $currentUser ?: Core\Session::getLoggedinUser();
$this->resolver = $resolver ?: new Resolver();
$this->cacher = $cacher ?: Core\Data\cache\factory::build('Redis');
......
......@@ -4,7 +4,7 @@ namespace Minds\Traits;
trait DiAlias
{
static function getDiAlias(): string
public static function getDiAlias(): string
{
return self::class;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment