The expression return $this returns the type Silverback\ApiComponentB...n\Route\RouteAwareTrait which is incompatible with the type-hinted return Silverback\ApiComponentB...ute\RouteAwareInterface.
Loading history...
26
}
27
28
/**
29
* @param Route $route
30
* @return RouteAwareInterface
31
*/
32
public function removeRoute(Route $route): RouteAwareInterface
The expression return $this returns the type Silverback\ApiComponentB...n\Route\RouteAwareTrait which is incompatible with the type-hinted return Silverback\ApiComponentB...ute\RouteAwareInterface.