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 — 8.x-4.x ( ca2b2d...65b602 )
by Brant
04:26
created
modules/df/df_tools/df_tools_workflow/df_tools_workflow.module 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -134,8 +134,7 @@  discard block
 block discarded – undo
134 134
     if (isset($options['langcode']) && $node->hasTranslation($options['langcode'])) {
135 135
       $url_options['language'] = \Drupal::languageManager()->getLanguage($options['langcode']);
136 136
       $langcode = $options['langcode'];
137
-    }
138
-    else {
137
+    } else {
139 138
       $langcode = NULL;
140 139
     }
141 140
 
@@ -161,8 +160,7 @@  discard block
 block discarded – undo
161 160
             $replacements[$original] = Url::fromRoute('entity.node.latest_version', [
162 161
               'node' => $node->id(),
163 162
             ], $url_options)->toString();
164
-          }
165
-          else {
163
+          } else {
166 164
             $replacements[$original] = $latest->toUrl('canonical', $url_options)->toString();
167 165
           }
168 166
           break;
Please login to merge, or discard this patch.