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 ( dc1691...d7005b )
by Shea
05:23
created
src/Console/Generators/MakeCommand.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -163,7 +163,7 @@  discard block
 block discarded – undo
163 163
     /**
164 164
      * Resolve Container after getting file path
165 165
      *
166
-     * @param  string $FilePath
166
+     * @param  string $filePath
167 167
      * @return Array
168 168
      */
169 169
     protected function resolveByPath($filePath)
@@ -206,7 +206,6 @@  discard block
 block discarded – undo
206 206
     /**
207 207
      * Parse class name of the module.
208 208
      *
209
-     * @param  string  $slug
210 209
      * @return string
211 210
      */
212 211
     protected function parseName($name)
@@ -292,7 +291,6 @@  discard block
 block discarded – undo
292 291
     /**
293 292
 	 * Get stub content by key.
294 293
 	 *
295
-	 * @param int  $key
296 294
 	 * @return string
297 295
 	 */
298 296
 	protected function getStubContent($stubName)
Please login to merge, or discard this patch.