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 ( 33710e...dbdc92 )
by Alex
14:24 queued 11:45
created
Schedule/ScheduledTransition.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
     /**
65 65
      * Returns offset date interval
66 66
      *
67
-     * @return DateInterval
67
+     * @return string
68 68
      */
69 69
     public function getOffset()
70 70
     {
Please login to merge, or discard this patch.
Tests/Functional/Kernel/BaseTestKernel.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
     /**
112 112
      * Returns base bundle list
113 113
      *
114
-     * @return array
114
+     * @return \Symfony\Bundle\FrameworkBundle\FrameworkBundle[]
115 115
      */
116 116
     protected function getBaseBundles()
117 117
     {
Please login to merge, or discard this patch.
Tests/Functional/ScheduleCaseTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@
 block discarded – undo
96 96
 
97 97
     /**
98 98
      * @param ContainerInterface $container
99
-     * @param array|string|false $fixturesPath
99
+     * @param string $fixturesPath
100 100
      * @param string $em
101 101
      * @param bool|true $append
102 102
      * @return array
Please login to merge, or discard this patch.
TransitionApplier.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
      *
65 65
      * @param object $subject      subject
66 66
      * @param string $workflowName workflow name
67
-     * @param string $transitions  transition to be applied
67
+     * @param string $transition  transition to be applied
68 68
      */
69 69
     public function applyTransition($subject, $workflowName, $transition)
70 70
     {
Please login to merge, or discard this patch.