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 ( 0a4cf0...a02aa7 )
by Dirk
03:57 queued 01:24
created
src/Pinterest/Models/Model.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,8 +50,7 @@
 block discarded – undo
50 50
         // Fill the model
51 51
         if (is_array($modeldata)) {
52 52
             $this->fill($modeldata);
53
-        }
54
-        else if ($modeldata instanceof \DirkGroenen\Pinterest\Transport\Response) {
53
+        } else if ($modeldata instanceof \DirkGroenen\Pinterest\Transport\Response) {
55 54
             $this->fill($modeldata->data);
56 55
         }
57 56
     }
Please login to merge, or discard this patch.