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
Pull Request — master (#2)
by
unknown
06:46
created
Infrastructure/Repository/CharacterRepository/XMLRepository/XMLReader.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -44,6 +44,8 @@
 block discarded – undo
44 44
 
45 45
     /**
46 46
      * {@inheritDoc}
47
+     * @param string $uri
48
+     * @param string $encoding
47 49
      */
48 50
     public function open($uri, $encoding = null, $options = 0)
49 51
     {
Please login to merge, or discard this patch.
Repository/CharacterRepository/FileRepository/File/PHPFile.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
     }
41 41
 
42 42
     /**
43
-     * @return mixed
43
+     * @return string
44 44
      */
45 45
     private function readFile()
46 46
     {
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
     }
82 82
 
83 83
     /**
84
-     * @param array $items
84
+     * @param string[] $items
85 85
      * @return string
86 86
      */
87 87
     private function generateFileContentForArray(array $items)
@@ -110,7 +110,6 @@  discard block
 block discarded – undo
110 110
     }
111 111
 
112 112
     /**
113
-     * @param array $items
114 113
      * @return boolean
115 114
      */
116 115
     private function isZippedFile()
Please login to merge, or discard this patch.