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 ( ff4be0...20f741 )
by Christian
03:51
created
widget.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,9 +104,11 @@
 block discarded – undo
104 104
 							echo "<option value='" . $subscribebutton->name . "' " . selected( $subscribebutton->name, $button ) . " >" . $subscribebutton->title . " (" . $subscribebutton->name . ")</option>";
105 105
 						} ?>
106 106
                     </optgroup>
107
-				<?php else :
107
+				<?php else {
108
+	:
108 109
 					foreach ( $buttons as $subscribebutton ) {
109 110
 						echo "<option value='" . $subscribebutton->name . "' " . selected( $subscribebutton->name, $button ) . " >" . $subscribebutton->title . " (" . $subscribebutton->name . ")</option>";
111
+}
110 112
 					}
111 113
 				endif; ?>
112 114
             </select>
Please login to merge, or discard this patch.