Overrides ContextInterface::activate
public function activate() : ScopeInterface { $scope = self::storage()->attach($this); /** @psalm-suppress RedundantCondition @phpstan-ignore-next-line */ assert(self::debugScopesDisabled() || ($scope = new DebugScope($scope))); return $scope; }