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
Push — master ( 480fbc...1ca0f9 )
by Krzysztof
02:26
created
src/Orange.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
      * @param string $recipient - number of the recipient (9 digits without leading zero for national numbers e.g. 501234567; two leading zeros followed by prefix for international numbers e.g. 004912345678901; no spaces or special chars)
108 108
      * @param string $text - content of the SMS
109 109
      */
110
-     // TODO: check number of recipient for validaty
110
+        // TODO: check number of recipient for validaty
111 111
     public function send($recipient, $text)
112 112
     {
113 113
         if (strlen($text) <= 0 || strlen($text) > $this->max_length) {
Please login to merge, or discard this patch.