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
Pull Request — master (#1228)
by Craig
03:34
created
Tests/Form/AbstractDivLayoutTest.php 1 patch
Doc Comments   +8 added lines patch added patch discarded remove patch
@@ -80,6 +80,9 @@  discard block
 block discarded – undo
80 80
         $this->registerTwigRuntimeLoader($environment, $this->renderer);
81 81
     }
82 82
 
83
+    /**
84
+     * @param FormRenderer $renderer
85
+     */
83 86
     protected function registerTwigRuntimeLoader(\Twig_Environment $environment, $renderer)
84 87
     {
85 88
         if (!method_exists($environment, 'addRuntimeLoader')) {
@@ -343,6 +346,11 @@  discard block
 block discarded – undo
343 346
         return (string) $this->renderer->searchAndRenderBlock($view, 'label', $vars);
344 347
     }
345 348
 
349
+    /**
350
+     * @param string $name
351
+     *
352
+     * @return string|null
353
+     */
346 354
     protected function getFormType($name)
347 355
     {
348 356
          if(method_exists('Symfony\Component\Form\AbstractType', 'getBlockPrefix')) {
Please login to merge, or discard this patch.