| @@ -26,7 +26,7 @@ | ||
| 26 | 26 | * @param bool $useSSL Whether to connect via SSL. | 
| 27 | 27 | * @param string $host The Twilio server hostname. | 
| 28 | 28 | * @param string $version The Twilio API version (default TwilioHandler::API_V1) | 
| 29 | - * @param string $limit The character limit | |
| 29 | + * @param integer $limit The character limit | |
| 30 | 30 | */ | 
| 31 | 31 | public function __construct($secret, $sid, $fromNumber, $toNumber, $level = Logger::CRITICAL, $bubble = true, $useSSL = true, $host = 'api.twilio.com', $version = self::API_V1, $limit = 160) | 
| 32 | 32 |      { | 
| @@ -26,7 +26,7 @@ | ||
| 26 | 26 | * @param bool $useSSL Whether to connect via SSL. | 
| 27 | 27 | * @param string $host The Twilio server hostname. | 
| 28 | 28 | * @param string $version The Twilio API version (default TwilioHandler::API_V1) | 
| 29 | - * @param string $limit The character limit | |
| 29 | + * @param integer $limit The character limit | |
| 30 | 30 | */ | 
| 31 | 31 | public function __construct($secret, $sid, $fromNumber, $toNumber, $level = Logger::CRITICAL, $bubble = true, $useSSL = true, $host = 'api.twilio.com', $version = self::API_V1, $limit = 160) | 
| 32 | 32 |      { | 
| @@ -26,7 +26,7 @@ | ||
| 26 | 26 | * @param bool $useSSL Whether to connect via SSL. | 
| 27 | 27 | * @param string $host The Twilio server hostname. | 
| 28 | 28 | * @param string $version The Twilio API version (default TwilioHandler::API_V1) | 
| 29 | - * @param string $limit The character limit | |
| 29 | + * @param integer $limit The character limit | |
| 30 | 30 | */ | 
| 31 | 31 | public function __construct($secret, $sid, $fromNumber, $toNumber, $level = Logger::CRITICAL, $bubble = true, $useSSL = true, $host = 'api.twilio.com', $version = self::API_V1, $limit = 160) | 
| 32 | 32 |      { |