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 — feature/cron_notation_support ( ddb1da...9d1836 )
by Aleh
01:59
created
src/Job/CronRule.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
      * @param CronExpression $rRule
41 41
      * @param DateTimeInterface $from
42 42
      * @param DateTimeInterface $to
43
-     * @param $inc
43
+     * @param boolean $inc
44 44
      * @return DateTimeInterface[]
45 45
      */
46 46
     private function getDates(CronExpression $rRule, DateTimeInterface $from, DateTimeInterface $to, $inc)
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Scheduler\Job;
4 4
 
5
-use DateTimeInterface;
6 5
 use Cron\CronExpression;
6
+use DateTimeInterface;
7 7
 
8 8
 /**
9 9
  * Class CronRule
Please login to merge, or discard this patch.