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 ( 4461a7...5b5d89 )
by masaru
44s
created
src/Monar/ShitarabaDriver.php 1 patch
Doc Comments   +3 added lines, -2 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
      */
@@ -129,7 +129,7 @@  discard block
 block discarded – undo
129 129
     /**
130 130
      * parse threads collection.
131 131
      *
132
-     * @param $body
132
+     * @param string $body
133 133
      *
134 134
      * @return \Illuminate\Support\Collection
135 135
      */
@@ -160,6 +160,7 @@  discard block
 block discarded – undo
160 160
      *
161 161
      * @param int $start
162 162
      * @param int| null $end
163
+     * @param integer $end
163 164
      *
164 165
      * @return string
165 166
      */
Please login to merge, or discard this patch.
src/Monar/TwoChanDriver.php 1 patch
Doc Comments   +3 added lines, -2 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
      */
@@ -129,7 +129,7 @@  discard block
 block discarded – undo
129 129
     /**
130 130
      * parse threads collection.
131 131
      *
132
-     * @param $body
132
+     * @param string $body
133 133
      *
134 134
      * @return \Illuminate\Support\Collection
135 135
      */
@@ -160,6 +160,7 @@  discard block
 block discarded – undo
160 160
      *
161 161
      * @param int $start
162 162
      * @param int| null $end
163
+     * @param integer $end
163 164
      *
164 165
      * @return string
165 166
      */
Please login to merge, or discard this patch.