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 — development ( ac02f6...17a2df )
by Dirk
03:10
created
src/Pinterest/Transport/Request.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -187,8 +187,7 @@
 block discarded – undo
187 187
 
188 188
                 if (!class_exists("\CURLFile") && defined('CURLOPT_SAFE_UPLOAD')) {
189 189
                     $ch->setOption(CURLOPT_SAFE_UPLOAD, false);
190
-                }
191
-                elseif (class_exists("\CURLFile") && defined('CURLOPT_SAFE_UPLOAD')) {
190
+                } elseif (class_exists("\CURLFile") && defined('CURLOPT_SAFE_UPLOAD')) {
192 191
                     $ch->setOption(CURLOPT_SAFE_UPLOAD, true);
193 192
                 }
194 193
 
Please login to merge, or discard this patch.