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
Pull Request — master (#25)
by Gaël
11:29
created
src/Commands/MakeEnum.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\Enum\Laravel\Commands;
4 4
 
5
-use Illuminate\Support\Str;
6 5
 use Illuminate\Console\GeneratorCommand;
7
-use Symfony\Component\Console\Input\InputOption;
6
+use Illuminate\Support\Str;
8 7
 use Symfony\Component\Console\Input\InputArgument;
8
+use Symfony\Component\Console\Input\InputOption;
9 9
 
10 10
 class MakeEnum extends GeneratorCommand
11 11
 {
Please login to merge, or discard this patch.
src/HasEnums.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -159,7 +159,7 @@
 block discarded – undo
159 159
      * @param string $key
160 160
      * @param int|string|null $value
161 161
      *
162
-     * @return \Spatie\Enum\Enumerable|int|string|null
162
+     * @return Enumerable
163 163
      */
164 164
     protected function getEnumAttribute(string $key, $value)
165 165
     {
Please login to merge, or discard this patch.