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 ( e5b9f7...fde9ef )
by Vadim
01:59
created
ActiveRecord.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -100,13 +100,13 @@
 block discarded – undo
100 100
             ];
101 101
         }
102 102
         
103
-        if($this->hasAttribute('lft')&&$this->hasAttribute('rgt')&&$this->hasAttribute('depth')){
103
+        if ($this->hasAttribute('lft') && $this->hasAttribute('rgt') && $this->hasAttribute('depth')) {
104 104
             $behaviors['tree'] = ArrayHelper::merge([
105 105
                 'class' => NestedSetsBehavior::className(),
106 106
                 'leftAttribute' => 'lft',
107 107
                 'rightAttribute' => 'rgt',
108 108
                 'depthAttribute' => 'depth',
109
-            ], ($this->hasAttribute('tree')?['treeAttribute' => 'tree']:[]));
109
+            ], ($this->hasAttribute('tree') ? ['treeAttribute' => 'tree'] : []));
110 110
         }
111 111
 
112 112
         return $behaviors;
Please login to merge, or discard this patch.