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 — develop ( e2250a...6bb0fd )
by Lonnie
08:13
created
myth/CIModules/auth/models/Login_model.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -146,8 +146,7 @@  discard block
 block discarded – undo
146 146
         if ($attempts_user > $attempts_ip) 
147 147
         {
148 148
             return $attempts_user > 100;
149
-        }
150
-        else
149
+        } else
151 150
         {
152 151
             return $attempts_ip > 100;
153 152
         }
@@ -183,8 +182,7 @@  discard block
 block discarded – undo
183 182
             if (! $query->num_rows())
184 183
             {
185 184
                 $average = 0;
186
-            }
187
-            else
185
+            } else
188 186
             {
189 187
                 $average = $query->row()->num_rows;
190 188
             }
Please login to merge, or discard this patch.