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 ( d2dcf4...7dc89d )
by butschster
06:01
created
src/Form/FormDefault.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -213,7 +213,7 @@  discard block
 block discarded – undo
213 213
      * @deprecated 4.5.0
214 214
      * @see getElements()
215 215
      *
216
-     * @return Collection[]
216
+     * @return Collection
217 217
      */
218 218
     public function getItems()
219 219
     {
@@ -301,7 +301,7 @@  discard block
 block discarded – undo
301 301
      *
302 302
      * @param ModelConfigurationInterface $modelConfiguration
303 303
      *
304
-     * @return bool
304
+     * @return null|boolean
305 305
      */
306 306
     public function saveForm(ModelConfigurationInterface $modelConfiguration)
307 307
     {
Please login to merge, or discard this patch.
src/Http/Controllers/AdminController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -246,7 +246,7 @@  discard block
 block discarded – undo
246 246
      *
247 247
      * @param Request $request
248 248
      *
249
-     * @return bool
249
+     * @return boolean|null
250 250
      */
251 251
     public function inlineEdit(ModelConfigurationInterface $model, Request $request)
252 252
     {
@@ -345,7 +345,7 @@  discard block
 block discarded – undo
345 345
     }
346 346
 
347 347
     /**
348
-     * @param ModelConfigurationInterface|ModelConfiguration $model
348
+     * @param ModelConfigurationInterface $model
349 349
      * @param Request $request
350 350
      * @param int $id
351 351
      *
Please login to merge, or discard this patch.