called = true; $this->callCount++; $this->request = $request; $this->response = $response; if ($this->propagate) { return $next($request, $response); } else { return $response; } } }