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 (#7)
by Felix
02:08
created
src/AbstractDbEntity.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,8 +8,8 @@
 block discarded – undo
8 8
 
9 9
 namespace Starlit\Db;
10 10
 
11
-use Starlit\Utils\Str;
12 11
 use Starlit\Utils\Arr;
12
+use Starlit\Utils\Str;
13 13
 use Starlit\Utils\Validation\Validator;
14 14
 use Starlit\Utils\Validation\ValidatorTranslatorInterface;
15 15
 use Symfony\Component\Translation\TranslatorInterface as SymfonyTranslatorInterface;
Please login to merge, or discard this patch.
src/Monolog/DbHandler.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@  discard block
 block discarded – undo
142 142
 
143 143
     /**
144 144
      * @param string $channel
145
-     * @return int
145
+     * @return string
146 146
      */
147 147
     protected function getChannelEntriesCount($channel)
148 148
     {
@@ -153,7 +153,7 @@  discard block
 block discarded – undo
153 153
     }
154 154
 
155 155
     /**
156
-     * @param $channel
156
+     * @param string $channel
157 157
      * @param $entriesToDelete
158 158
      */
159 159
     protected function deleteXOldestChannelEntries($channel, $entriesToDelete)
Please login to merge, or discard this patch.