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
Pull Request — master (#191)
by Herbert
17:37 queued 09:28
created
src/AuditTrailBehavior.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@  discard block
 block discarded – undo
115 115
     }
116 116
 
117 117
     /**
118
-     * @param $action
118
+     * @param string $action
119 119
      * @throws \yii\db\Exception
120 120
      */
121 121
     public function audit($action)
@@ -261,14 +261,14 @@  discard block
 block discarded – undo
261 261
     /**
262 262
      * Save the audit trails for a create or update action
263 263
      *
264
-     * @param $action
264
+     * @param string $action
265 265
      * @param $newAttributes
266 266
      * @param $oldAttributes
267 267
      * @param $entry_id
268 268
      * @param $user_id
269
-     * @param $model
269
+     * @param string $model
270 270
      * @param $model_id
271
-     * @param $created
271
+     * @param string $created
272 272
      * @throws \yii\db\Exception
273 273
      */
274 274
     protected function saveAuditTrail($action, $newAttributes, $oldAttributes, $entry_id, $user_id, $model, $model_id, $created)
Please login to merge, or discard this patch.