someImplementation = $someImplementation; } public function get(): SomeInterface { return $this->someImplementation; } }