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 (#10)
by Andreas
02:51
created
src/AbstractDbEntity.php 2 patches
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -324,8 +324,6 @@
 block discarded – undo
324 324
     }
325 325
 
326 326
     /**
327
-     * @param string $property
328
-     * @param mixed $value
329 327
      * @return mixed
330 328
      */
331 329
     private function getPrimaryDbValueWithPropertyType($primaryDbValue) {
Please login to merge, or discard this 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
 
14 14
 /**
15 15
  * Abstract class to model a single database row into an object.
Please login to merge, or discard this patch.