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
Pull Request — master (#147)
by Chris
08:58
created
src/model/Block.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -371,7 +371,7 @@
 block discarded – undo
371 371
         $defaultBlockArea = Block::config()->get('defaultBlockArea');
372 372
         $blockArea = $this->getField('ManyMany[BlockArea]');
373 373
         if ($defaultBlockArea !== false && $blockArea === null) {
374
-          $this->setField('ManyMany[BlockArea]', $defaultBlockArea);
374
+            $this->setField('ManyMany[BlockArea]', $defaultBlockArea);
375 375
         }
376 376
         parent::onBeforeWrite();
377 377
     }
Please login to merge, or discard this patch.