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 ( 76ce54...5b3a51 )
by Nicholas
09:21
created
lib/UCD/Infrastructure/Repository/CharacterRepository/FileRepository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -176,7 +176,7 @@
 block discarded – undo
176 176
     }
177 177
 
178 178
     /**
179
-     * @return bool
179
+     * @return boolean|null
180 180
      */
181 181
     private function writeAggregations()
182 182
     {
Please login to merge, or discard this patch.
Repository/CharacterRepository/FileRepository/PropertyFileDirectory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
 
47 47
     /**
48 48
      * @param Property $property
49
-     * @return PropertyFile|null
49
+     * @return PropertyFile
50 50
      * @throws UnexpectedValueException
51 51
      */
52 52
     public function getFileForProperty(Property $property)
Please login to merge, or discard this patch.
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.