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 ( 706a67...5ee131 )
by Axel
02:57
created
src/Driver/Driver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
     }
57 57
     
58 58
     /**
59
-     * @param mixed $data
59
+     * @param string $data
60 60
      */
61 61
     protected function storeResults($data) {
62 62
         if(is_file($this->storagePath)) {
Please login to merge, or discard this patch.
src/Manager/ChangelogManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
     
11 11
     /**
12 12
      * @param string $storagePath
13
-     * @return \ChangelogParser\Driver\Driver
13
+     * @return ChangelogManager
14 14
      */
15 15
     public function setStoragePath($storagePath) {
16 16
         $this->storagePath = $storagePath;
Please login to merge, or discard this patch.