JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbrsolution = [ ]; } /** * Constructs a PhoneNumberContext * * @param string $phoneNumber The phone number in E.164 format */ public function getContext( string $phoneNumber ): PhoneNumberContext { return new PhoneNumberContext( $this->version, $phoneNumber ); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString(): string { return '[Twilio.Routes.V2.PhoneNumberList]'; } }