callable = $callable; } /** * @return mixed */ protected function createContext(): Context { $callable = $this->callable; return $callable(); } }