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 ( 05366b...453307 )
by Freek
02:37
created
src/Fractal.php 1 patch
Doc Comments   +3 added lines, -6 removed lines patch added patch discarded remove patch
@@ -46,9 +46,6 @@  discard block
 block discarded – undo
46 46
     protected $meta = [];
47 47
 
48 48
     /**
49
-     * @param null|mixed $data
50
-     * @param null|callable|\League\Fractal\TransformerAbstract $transformer
51
-     * @param null|\League\Fractal\Serializer\SerializerAbstract $serializer
52 49
      *
53 50
      * @return \Spatie\Fractalistic\Fractal
54 51
      */
@@ -178,7 +175,7 @@  discard block
 block discarded – undo
178 175
     /**
179 176
      * Specify the includes.
180 177
      *
181
-     * @param array|string $includes Array or string of resources to include.
178
+     * @param string $includes Array or string of resources to include.
182 179
      *
183 180
      * @return $this
184 181
      */
@@ -194,7 +191,7 @@  discard block
 block discarded – undo
194 191
     /**
195 192
      * Specify the excludes.
196 193
      *
197
-     * @param array|string $excludes Array or string of resources to exclude.
194
+     * @param string $excludes Array or string of resources to exclude.
198 195
      * @return $this
199 196
      */
200 197
     public function parseExcludes($excludes)
@@ -372,7 +369,7 @@  discard block
 block discarded – undo
372 369
      * Determine if a given string starts with a given substring.
373 370
      *
374 371
      * @param  string  $haystack
375
-     * @param  string|array  $needles
372
+     * @param  string[]  $needles
376 373
      * @return bool
377 374
      */
378 375
     protected function startsWith($haystack, $needles)
Please login to merge, or discard this patch.