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 (48ae59)
by Paul
08:50 queued 11s
created
src/Traits/GenerateFile.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@  discard block
 block discarded – undo
105 105
     }
106 106
 
107 107
     /**
108
-     * @param $stub
108
+     * @param string $stub
109 109
      * @param $name
110 110
      *
111 111
      * @return $this
@@ -123,6 +123,9 @@  discard block
 block discarded – undo
123 123
         return $this;
124 124
     }
125 125
 
126
+    /**
127
+     * @return string
128
+     */
126 129
     private function camel($name)
127 130
     {
128 131
         if (class_exists(Str::class)) {
Please login to merge, or discard this patch.