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 (#20)
by
unknown
01:30
created
src/PropertyTypes/CalendarAddressPropertyType.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -8,6 +8,9 @@
 block discarded – undo
8 8
 {
9 9
     private $calendarAddress;
10 10
 
11
+    /**
12
+     * @param string $names
13
+     */
11 14
     public static function create($names, CalendarAddress $calendarAddress): CalendarAddressPropertyType
12 15
     {
13 16
         return new self($names, $calendarAddress);
Please login to merge, or discard this patch.