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 ( 633e45...f25ab9 )
by
unknown
01:30
created
code/model/SecondHandArchive.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -34,6 +34,9 @@
 block discarded – undo
34 34
         'SellersIDPhotocopy' => 'Boolean'
35 35
     );
36 36
 
37
+    /**
38
+     * @param SecondHandProduct $page
39
+     */
37 40
     public static function create_from_page($page)
38 41
     {
39 42
         if ($page->InternalItemID) {
Please login to merge, or discard this patch.