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 ( 6b6424...de1345 )
by Craig
02:12
created
Tests/Form/AbstractDivLayoutTest.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -338,6 +338,11 @@
 block discarded – undo
338 338
         return (string) $this->renderer->searchAndRenderBlock($view, 'label', $vars);
339 339
     }
340 340
 
341
+    /**
342
+     * @param string $name
343
+     *
344
+     * @return string|null
345
+     */
341 346
     protected function getFormType($name)
342 347
     {
343 348
          if(method_exists('Symfony\Component\Form\AbstractType', 'getBlockPrefix')) {
Please login to merge, or discard this patch.