Vonage / vonage-php-sdk-core

Vonage REST API client for PHP. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
https://developer.vonage.com/
Apache License 2.0
916 stars 180 forks source link

small bits from reviewing numbers API #498

Closed SecondeJK closed 4 weeks ago

SecondeJK commented 4 weeks ago

This PR contains minor housekeeping for the Numbers Client.

Description

One of the main things included is removing frivolous docblocks, as the hardened type system means docblocks have only been left alone if they have context. Most @params for instance have been removed.

Motivation and Context

Scout rule to add minor improvements.

How Has This Been Tested?

Modified some tests to make sure the URL string is being stitched together correctly.

Example Output or Screenshots (if appropriate):

Types of changes

Checklist: