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
Pull Request — master (#84)
by Kyle
01:12
created
src/OpeningHours.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -219,6 +219,9 @@
 block discarded – undo
219 219
         return $day;
220 220
     }
221 221
 
222
+    /**
223
+     * @return DateTimeInterface
224
+     */
222 225
     protected function applyTimezone(DateTimeInterface $date)
223 226
     {
224 227
         if ($this->timezone) {
Please login to merge, or discard this patch.