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.
Passed
Push — master ( 5b5d89...85d868 )
by masaru
02:21
created
src/Monar/ShitarabaDriver.php 1 patch
Doc Comments   +4 added lines, -3 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
      * @param string $email
55 55
      * @param null $text
56 56
      *
57
-     * @return mixed|string
57
+     * @return string
58 58
      * @throws MonarException
59 59
      * @throws \GuzzleHttp\Exception\GuzzleException
60 60
      */
@@ -135,7 +135,7 @@  discard block
 block discarded – undo
135 135
     /**
136 136
      * parse threads collection.
137 137
      *
138
-     * @param $body
138
+     * @param string $body
139 139
      *
140 140
      * @return \Illuminate\Support\Collection
141 141
      */
@@ -166,6 +166,7 @@  discard block
 block discarded – undo
166 166
      *
167 167
      * @param int $start
168 168
      * @param int| null $end
169
+     * @param integer $end
169 170
      *
170 171
      * @return string
171 172
      */
@@ -218,7 +219,7 @@  discard block
 block discarded – undo
218 219
     }
219 220
 
220 221
     /**
221
-     * @param $html
222
+     * @param string $html
222 223
      *
223 224
      * @return bool
224 225
      */
Please login to merge, or discard this patch.