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-cleanup ( 6ee389...c1761c )
by Brant
04:17
created
df_tools_display/src/Plugin/DisplayVariant/LandingDisplayVariant.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
     }
47 47
 
48 48
     // Append the prefix before buildRegions.
49
-    $build['landing-top']['#prefix'] = '<div class="landing-display-' . $class . '">';
49
+    $build['landing-top']['#prefix'] = '<div class="landing-display-'.$class.'">';
50 50
 
51 51
     // Build the regions via PageBlockDisplayVariant::buildRegions.
52 52
     $build = parent::buildRegions($build);
Please login to merge, or discard this patch.