Passed
Pull Request — developer (#17588)
by
unknown
16:03
created
app/Layout.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -286,7 +286,7 @@
 block discarded – undo
286 286
         }
287 287
         $teaser = $css = $btn = '';
288 288
         $loadData = $iframe = true;
289
-        $btnTemplate = function (string $popoverText = '', ?string $btnClass = '', string $data = 'data-iframe="true"'): string {
289
+        $btnTemplate = function(string $popoverText = '', ?string $btnClass = '', string $data = 'data-iframe="true"'): string {
290 290
             $popoverText = \App\Language::translate($popoverText);
291 291
             return "<a href=\"#\" class=\"js-more noLinkBtn font-weight-lighter js-popover-tooltip ml-2 {$btnClass}\" {$data} data-content=\"{$popoverText}\"><span class=\"mdi mdi-overscan\"></span></a>";
292 292
         };
Please login to merge, or discard this patch.