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 — refactor-module ( a9c5b8...16f20f )
by Nikolay
02:03
created
sources/Module/MarkupValidator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@
 block discarded – undo
168 168
      *
169 169
      * @param string $componentName Component name.
170 170
      * @param string $interface An interface component must implement.
171
-     * @param array $arguments Component's constructor arguments.
171
+     * @param ModuleContainer[] $arguments Component's constructor arguments.
172 172
      *
173 173
      * @throws Exception When component does not implement expected interface.
174 174
      *
Please login to merge, or discard this patch.