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.
Passed
Push — master ( 91da2e...052e71 )
by cao
03:49
created
src/ORM/ModelWithClass.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -49,7 +49,6 @@  discard block
 block discarded – undo
49 49
 
50 50
     /**
51 51
      * where 语法见 @see WhereRule
52
-     * @param array|string $expr
53 52
      * @param mixed|null $_
54 53
      * @return \PhpBoot\DB\rules\basic\WhereRule
55 54
      */
@@ -91,7 +90,7 @@  discard block
 block discarded – undo
91 90
     /**
92 91
      * @param int|string $id
93 92
      * @param array $values
94
-     * @return int updated row count
93
+     * @return \PhpBoot\DB\impls\ExecResult updated row count
95 94
      */
96 95
     public function update($id, $values)
97 96
     {
Please login to merge, or discard this patch.