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
Push — master ( 3ef0b6...5f1659 )
by Vadim
35:23 queued 33:20
created
DynamicQuery.php 2 patches
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Created by PhpStorm.
4
- * User: vadim
5
- * Date: 07.03.16
6
- * Time: 2:11
7
- */
3
+     * Created by PhpStorm.
4
+     * User: vadim
5
+     * Date: 07.03.16
6
+     * Time: 2:11
7
+     */
8 8
 
9 9
 namespace sibds\components;
10 10
 
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
             $behaviors[] = TrashQueryBehavior::className();
27 27
         }
28 28
 
29
-        if($model->hasAttribute('lft')&&$model->hasAttribute('rgt')&&$model->hasAttribute('depth')){
29
+        if ($model->hasAttribute('lft') && $model->hasAttribute('rgt') && $model->hasAttribute('depth')) {
30 30
             $behaviors[] = NestedSetsQueryBehavior::className();
31 31
         }
32 32
 
Please login to merge, or discard this patch.