The expression return $this->containerBuilder->get('middleware') could return the type null which is incompatible with the type-hinted return Potievdev\SlimRbac\Component\RbacMiddleware. Consider adding an additional type-check to rule them out.
The expression return $this->containerBuilder->get('manager') could return the type null which is incompatible with the type-hinted return Potievdev\SlimRbac\Component\RbacManager. Consider adding an additional type-check to rule them out.
Loading history...
42
}
43
44
public function getInnerContainer(): ContainerBuilder