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 ( d6fd04...fc71a7 )
by Nikolay
10s
created
sources/Module/MarkupValidator.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -140,11 +140,11 @@
 block discarded – undo
140 140
      *
141 141
      * @param string $componentName Component name.
142 142
      * @param string $interface An interface component must implement.
143
-     * @param array $arguments Component's constructor arguments.
143
+     * @param ModuleContainer[] $arguments Component's constructor arguments.
144 144
      *
145 145
      * @throws Exception When component does not implement expected interface.
146 146
      *
147
-     * @return object Instance of a module component.
147
+     * @return ComponentInterface Instance of a module component.
148 148
      */
149 149
     private function instantiateComponent($componentName, $interface, array $arguments = array())
150 150
     {
Please login to merge, or discard this patch.