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 ( 2a9c44...03a236 )
by Brett
23s
created
src/AuditTrailBehavior.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -192,11 +192,11 @@
 block discarded – undo
192 192
      */
193 193
     protected function cleanAttributesOverride($attributes)
194 194
     {
195
-        if (sizeof($this->override) > 0 && sizeof($attributes) >0) {
195
+        if (sizeof($this->override) > 0 && sizeof($attributes) > 0) {
196 196
             foreach ($this->override as $field => $queryParams) {
197 197
                 $newOverrideValues = $this->getNewOverrideValues($attributes[$field], $queryParams);
198 198
 
199
-                if (count($newOverrideValues) >1) {
199
+                if (count($newOverrideValues) > 1) {
200 200
                     $attributes[$field] = implode(', ',
201 201
                                         \yii\helpers\ArrayHelper::map($newOverrideValues, $queryParams['returnField'], $queryParams['returnField'])
202 202
                     );
Please login to merge, or discard this patch.