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
Branch master (fb30d3)
by Wha
04:36
created
src/Calculator.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -73,6 +73,12 @@
 block discarded – undo
73 73
 
74 74
 
75 75
 
76
+    /**
77
+     * @param integer $break
78
+     * @param string $firstSign
79
+     * @param string $secondSign
80
+     * @param integer $maximumDaysInMonth
81
+     */
76 82
     protected function monthSplit($day, $break, $firstSign, $secondSign, $maximumDaysInMonth)
77 83
     {
78 84
         if (($day < 1) || ($day > $maximumDaysInMonth)) {
Please login to merge, or discard this patch.