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-404 ( 316cd9...0252af )
by Brant
04:44
created
df_tools_display/src/Plugin/DisplayVariant/LandingDisplayVariant.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
     }
42 42
 
43 43
     // Append the prefix before buildRegions.
44
-    $build['landing-top']['#prefix'] = '<div class="landing-display-' . $class . ' container-fluid">';
44
+    $build['landing-top']['#prefix'] = '<div class="landing-display-'.$class.' container-fluid">';
45 45
 
46 46
     // Build the regions via PageBlockDisplayVariant::buildRegions.
47 47
     $build = parent::buildRegions($build);
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
52 52
         continue;
53 53
       }
54 54
       $region_name = Html::getClass("block-region-$region");
55
-      $build[$region]['#prefix'] = '<div class="' . $region_name . ' row">';
55
+      $build[$region]['#prefix'] = '<div class="'.$region_name.' row">';
56 56
     }
57 57
 
58 58
     // Add suffix for wrapper after buildRegions.
Please login to merge, or discard this patch.