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 (be0caa)
by Carlos
02:56
created
src/EasySms.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@  discard block
 block discarded – undo
124 124
      *
125 125
      * @throws \InvalidArgumentException
126 126
      *
127
-     * @return mixed
127
+     * @return GatewayInterface
128 128
      */
129 129
     protected function createGateway($name)
130 130
     {
@@ -185,6 +185,7 @@  discard block
 block discarded – undo
185 185
      * Call a custom gateway creator.
186 186
      *
187 187
      * @param string gateway
188
+     * @param string $gateway
188 189
      *
189 190
      * @return mixed
190 191
      */
Please login to merge, or discard this patch.