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 ( c11e1b...0baec8 )
by Jonny
03:47
created
src/JonnyW/PhantomJs/Http/PdfRequest.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
      * Get paper width.
128 128
      *
129 129
      * @access public
130
-     * @return string
130
+     * @return integer
131 131
      */
132 132
     public function getPaperWidth()
133 133
     {
@@ -150,7 +150,7 @@  discard block
 block discarded – undo
150 150
      * Get paper height.
151 151
      *
152 152
      * @access public
153
-     * @return string
153
+     * @return integer
154 154
      */
155 155
     public function getPaperHeight()
156 156
     {
@@ -221,7 +221,7 @@  discard block
 block discarded – undo
221 221
      * Set margin.
222 222
      *
223 223
      * @access public
224
-     * @param  string|array $margin
224
+     * @param  string $margin
225 225
      * @return void
226 226
      */
227 227
     public function setMargin($margin)
Please login to merge, or discard this patch.