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 ( 13b17c...5378d2 )
by Ivan
25:13
created
application/traits/DynamicContentTrait.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -11,6 +11,9 @@
 block discarded – undo
11 11
 
12 12
 trait DynamicContentTrait
13 13
 {
14
+    /**
15
+     * @param string $route
16
+     */
14 17
     public function loadDynamicContent($object_id, $route, $selections)
15 18
     {
16 19
         /** @var \app\components\Response $response */
Please login to merge, or discard this patch.
application/models/PropertyGroup.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -213,7 +213,7 @@  discard block
 block discarded – undo
213 213
     /**
214 214
      * @param int $object_id
215 215
      * @param int $object_model_id
216
-     * @return null|\yii\db\ActiveRecord[]
216
+     * @return string
217 217
      */
218 218
     public static function getForModel($object_id, $object_model_id)
219 219
     {
@@ -269,7 +269,7 @@  discard block
 block discarded – undo
269 269
     }
270 270
 
271 271
     /**
272
-     * @param ActiveRecord|HasProperties $model
272
+     * @param ActiveRecord $model
273 273
      * @param string $idAttribute
274 274
      * @return bool
275 275
      */
Please login to merge, or discard this patch.