GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Completed
Pull Request — master (#4)
by Tyler
02:25
created
src/Handler/ClickatellHandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
      * @param bool   $useSSL     Whether to connect via SSL.
26 26
      * @param string $host       The Twilio server hostname.
27 27
      * @param string $version    The Twilio API version (default ClickatellHandler::API_V1)
28
-     * @param string $limit      The character limit
28
+     * @param integer $limit      The character limit
29 29
      */
30 30
     public function __construct($secret, $fromNumber, $toNumber, $level = Logger::CRITICAL, $bubble = true, $useSSL = true, $host = 'platform.clickatell.com', $version = self::API_V1, $limit = 160)
31 31
     {
Please login to merge, or discard this patch.