$container of type Spryker\Service\Kernel\Container is incompatible with the type Spryker\Zed\Kernel\Container expected by parameter $container of SprykerEco\Service\Akene...yProvider::addSession().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
The expression return $container returns the type Spryker\Zed\Kernel\Container which is incompatible with the documented return type Spryker\Service\Kernel\Container.
Loading history...
22
}
23
24
/**
25
* @param \Spryker\Zed\Kernel\Container $container
26
*
27
* @return \Spryker\Zed\Kernel\Container
28
*/
29
protected function addSession(\Spryker\Zed\Kernel\Container $container)
30
{
31
$container->set(static::CLIENT_SESSION, function (Container $container) {