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 ( 395bb1...419bb1 )
by Craig
03:51 queued 02:06
created
Tests/Form/TypeTestCase.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
     }
69 69
 
70 70
     /**
71
-     * @return array
71
+     * @return \Symfony\Component\Form\FormTypeExtensionInterface[]
72 72
      */
73 73
     protected function getTypeExtensions()
74 74
     {
@@ -164,7 +164,7 @@  discard block
 block discarded – undo
164 164
     }
165 165
 
166 166
     /**
167
-     * @return array
167
+     * @return \Symfony\Component\Form\FormTypeInterface[]
168 168
      */
169 169
     protected function getTypes()
170 170
     {
@@ -177,7 +177,7 @@  discard block
 block discarded – undo
177 177
     }
178 178
 
179 179
     /**
180
-     * @return array
180
+     * @return \Symfony\Component\Form\FormTypeGuesserInterface[]
181 181
      */
182 182
     protected function getTypeGuessers()
183 183
     {
@@ -191,7 +191,7 @@  discard block
 block discarded – undo
191 191
     }
192 192
 
193 193
     /**
194
-     * @return array
194
+     * @return \Symfony\Component\Form\FormExtensionInterface[]
195 195
      */
196 196
     protected function getExtensions()
197 197
     {
Please login to merge, or discard this patch.
Tests/Form/AbstractDivLayoutTest.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -370,6 +370,11 @@
 block discarded – undo
370 370
         return (string) $this->renderer->searchAndRenderBlock($view, 'label', $vars);
371 371
     }
372 372
 
373
+    /**
374
+     * @param string $name
375
+     *
376
+     * @return string|null
377
+     */
373 378
     protected function getFormType($name)
374 379
     {
375 380
         if (method_exists('Symfony\Component\Form\AbstractType', 'getBlockPrefix')) {
Please login to merge, or discard this patch.