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 ( 807941...300eda )
by Brent
20s queued 12s
created
src/DataTransferObject.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,6 +88,7 @@  discard block
 block discarded – undo
88 88
 
89 89
     /**
90 90
      * @param string ...$keys
91
+     * @param string[] $keys
91 92
      *
92 93
      * @return static
93 94
      */
@@ -102,6 +103,7 @@  discard block
 block discarded – undo
102 103
 
103 104
     /**
104 105
      * @param string ...$keys
106
+     * @param string[] $keys
105 107
      *
106 108
      * @return static
107 109
      */
@@ -150,7 +152,6 @@  discard block
 block discarded – undo
150 152
     }
151 153
 
152 154
     /**
153
-     * @param \ReflectionClass $class
154 155
      *
155 156
      * @return \Spatie\DataTransferObject\FieldValidator[]
156 157
      */
Please login to merge, or discard this patch.