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 ( 7ed9cf...8b222c )
by Hannes
27:30 queued 21:57
created
vendor/ezyang/htmlpurifier/release1-update.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -104,7 +104,10 @@
 block discarded – undo
104 104
 
105 105
 passthru('php maintenance/flush.php');
106 106
 
107
-if ($is_dev) echo "Review changes, write something in WHATSNEW and FOCUS, and then commit with log 'Release $version.'" . PHP_EOL;
108
-else echo "Numbers updated to dev, no other modifications necessary!";
107
+if ($is_dev) {
108
+    echo "Review changes, write something in WHATSNEW and FOCUS, and then commit with log 'Release $version.'" . PHP_EOL;
109
+} else {
110
+    echo "Numbers updated to dev, no other modifications necessary!";
111
+}
109 112
 
110 113
 // vim: et sw=4 sts=4
Please login to merge, or discard this patch.
vendor/ezyang/htmlpurifier/plugins/phorum/config.default.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,9 @@
 block discarded – undo
15 15
  * explicitly says, "No, I do not need to migrate."
16 16
  */
17 17
 
18
-if(!defined("PHORUM")) exit;
18
+if(!defined("PHORUM")) {
19
+    exit;
20
+}
19 21
 
20 22
 require_once(dirname(__FILE__) . "/../bbcode/bbcode.php");
21 23
 
Please login to merge, or discard this patch.