When running `numbers/search-available.php`, it throws the following error: ``` PHP Fatal error: Uncaught TypeError: Argument 1 passed to Vonage\Numbers\Filter\AvailableNumbers::setPattern() must be of the type string, int given ``` The `setPattern()` method was changed to take a string but the snippet was never updated.