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 (#55)
by Arthur
01:23
created
src/DataTransferObject.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -154,6 +154,7 @@  discard block
 block discarded – undo
154 154
 
155 155
     /**
156 156
      * @param string ...$keys
157
+     * @param string[] $keys
157 158
      *
158 159
      * @return static
159 160
      */
@@ -168,6 +169,7 @@  discard block
 block discarded – undo
168 169
 
169 170
     /**
170 171
      * @param string ...$keys
172
+     * @param string[] $keys
171 173
      *
172 174
      * @return static
173 175
      */
@@ -223,7 +225,6 @@  discard block
 block discarded – undo
223 225
     }
224 226
 
225 227
     /**
226
-     * @param \ReflectionClass $class
227 228
      *
228 229
      * @return array|\Spatie\DataTransferObject\Property[]
229 230
      */
Please login to merge, or discard this patch.