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 ( 7145ab...ba6e82 )
by Nic
13s
created
src/model/Block.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
 class Block extends DataObject implements PermissionProvider
35 35
 {
36 36
 
37
-	private static $table_name = 'Block';
37
+    private static $table_name = 'Block';
38 38
 
39 39
     /**
40 40
      * @var array
Please login to merge, or discard this patch.
src/model/BlockSet.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -89,8 +89,8 @@
 block discarded – undo
89 89
         $fields->removeFieldFromTab('Root', 'Blocks');
90 90
 
91 91
         /**
92
-        * @todo - change relation editor back to the custom block manager config and fix issues when 'creating' Blocks from a BlockSet.
93
-		*/
92
+         * @todo - change relation editor back to the custom block manager config and fix issues when 'creating' Blocks from a BlockSet.
93
+         */
94 94
         $gridConfig = GridFieldConfig_RelationEditor::create();
95 95
         $gridConfig->addComponent(new GridFieldOrderableRows('Sort'));
96 96
         $gridConfig->addComponent(new GridFieldDeleteAction());
Please login to merge, or discard this patch.