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
Branch master (b8c6a8)
by Christian
02:09
created
Wrapper/DompdfWrapper.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
      * @param string    $html         The html sourcecode to render
43 43
      * @param string    $filename     The name of the docuemtn
44 44
      * @param string[]  $options      The rendering options (see dompdf docs)
45
-     * @param bool|true $replacePaths Appends the basepath to file links
45
+     * @param boolean $replacePaths Appends the basepath to file links
46 46
      *
47 47
      * @throws \Exception
48 48
      */
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
      *
65 65
      * @param string    $html         The html sourcecode to render
66 66
      * @param array     $options      The rendering options (see dompdf docs)
67
-     * @param bool|true $replacePaths Appends the basepath to file links
67
+     * @param boolean $replacePaths Appends the basepath to file links
68 68
      *
69 69
      * @throws \Exception
70 70
      *
Please login to merge, or discard this patch.