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.
Passed
Push — master ( b1fd0a...70bbd7 )
by Christian
02:58
created
inc/Settings/Buttons.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -40,13 +40,13 @@  discard block
 block discarded – undo
40 40
                 <div id="post-body" class="columns-2">
41 41
                     <div id="post-body-content">
42 42
 	                    <?php
43
-	                    switch ( $action ) {
44
-		                    case 'new':   self::new_template(); break;
45
-		                    case 'edit':  self::edit_template(); break;
46
-		                    case 'index': self::view_template(); break;
47
-		                    default:      self::view_template(); break;
48
-	                    }
49
-	                    ?>
43
+						switch ( $action ) {
44
+							case 'new':   self::new_template(); break;
45
+							case 'edit':  self::edit_template(); break;
46
+							case 'index': self::view_template(); break;
47
+							default:      self::view_template(); break;
48
+						}
49
+						?>
50 50
                     </div>
51 51
                     <div id="postbox-container-1" class="postbox-container">
52 52
                         <?php self::sidebar(); ?>
@@ -78,7 +78,7 @@  discard block
 block discarded – undo
78 78
         </div>
79 79
         <?php
80 80
 
81
-    }
81
+	}
82 82
 
83 83
 	/**
84 84
 	 * Process form: save/update a format
Please login to merge, or discard this patch.