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 ( dfa34c...d2a3b2 )
by Craig
02:52
created
Tests/Form/AbstractDivLayoutTest.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -300,6 +300,11 @@
 block discarded – undo
300 300
         return (string) $this->extension->renderer->searchAndRenderBlock($view, 'label', $vars);
301 301
     }
302 302
 
303
+    /**
304
+     * @param string $name
305
+     *
306
+     * @return string|null
307
+     */
303 308
     protected function getFormType($name)
304 309
     {
305 310
          if(method_exists('Symfony\Component\Form\AbstractType', 'getBlockPrefix')) {
Please login to merge, or discard this patch.