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 ( f85b6d...dc1691 )
by Shea
7s
created
src/Console/Generators/MakeCommand.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -164,7 +164,7 @@  discard block
 block discarded – undo
164 164
     /**
165 165
      * Resolve Container after getting file path
166 166
      * 
167
-     * @param  string $FilePath
167
+     * @param  string $filePath
168 168
      * @return Array
169 169
      */
170 170
     protected function resolveByPath($filePath){}
@@ -203,7 +203,6 @@  discard block
 block discarded – undo
203 203
     /**
204 204
      * Parse Class Name Of The Module
205 205
      * 
206
-     * @param  string $slug
207 206
      * @return string      
208 207
      */
209 208
     protected function parseName($name)
@@ -293,7 +292,6 @@  discard block
 block discarded – undo
293 292
     /**
294 293
 	 * Get stub content by key.
295 294
 	 *
296
-	 * @param int  $key
297 295
 	 * @return string
298 296
 	 */
299 297
 	protected function getStubContent($stubName)
Please login to merge, or discard this patch.
src/Console/Generators/MakeControllerCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
 	/**
74 74
      * Resolve Container after getting file path
75 75
      * 
76
-     * @param  string $FilePath
76
+     * @param  string $filePath
77 77
      * @return Array
78 78
      */
79 79
     protected function resolveByPath($filePath)
Please login to merge, or discard this patch.
src/Console/Generators/MakeMiddlewareCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
 	/**
60 60
      * Resolve Container after getting file path
61 61
      * 
62
-     * @param  string $FilePath
62
+     * @param  string $filePath
63 63
      * @return Array
64 64
      */
65 65
     protected function resolveByPath($filePath)
Please login to merge, or discard this patch.
src/Console/Generators/MakeMigrationCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
 	/**
80 80
      * Resolve Container after getting file path
81 81
      * 
82
-     * @param  string $FilePath
82
+     * @param  string $filePath
83 83
      * @return Array
84 84
      */
85 85
     protected function resolveByPath($filePath)
Please login to merge, or discard this patch.
src/Console/Generators/MakeModelCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
 	/**
60 60
      * Resolve Container after getting file path
61 61
      * 
62
-     * @param  string $FilePath
62
+     * @param  string $filePath
63 63
      * @return Array
64 64
      */
65 65
     protected function resolveByPath($filePath)
Please login to merge, or discard this patch.
src/Console/Generators/MakeRequestCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
 	/**
60 60
      * Resolve Container after getting file path
61 61
      * 
62
-     * @param  string $FilePath
62
+     * @param  string $filePath
63 63
      * @return Array
64 64
      */
65 65
     protected function resolveByPath($filePath)
Please login to merge, or discard this patch.
src/Console/Generators/MakeSeederCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
 	/**
60 60
      * Resolve Container after getting file path
61 61
      * 
62
-     * @param  string $FilePath
62
+     * @param  string $filePath
63 63
      * @return Array
64 64
      */
65 65
     protected function resolveByPath($filePath)
Please login to merge, or discard this patch.